Color Hex Logo

#bfccf1 Color Hex

#BFCCF1
(191,204,241)
0 Favorites   0 Comments

Color spaces of #bfccf1

RGB 191204241
HSL0.620.640.85
HSV224°21°95°
CMYK 0.210.150.00   0.05
XYZ58.955960.613091.8113
Yxy60.61300.27890.2867
Hunter Lab77.8544-1.0744-15.4209
CIE-Lab82.17033.2678-19.6888

#bfccf1 color RGB value is (191,204,241).

#bfccf1 hex color red value is 191, green value is 204 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bfccf1 hue: 0.62 , saturation: 0.64 and the lightness value of bfccf1 is 0.85.

The process color (four color CMYK) of #bfccf1 color hex is 0.21, 0.15, 0.00, 0.05. Web safe color of #bfccf1 is #ccccff. Color #bfccf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 11110001
Octal 277 314 361
Decimal 191 204 241
Hex BF CC F1

RGB Percentages of Color #bfccf1

%30.03
%32.08
%37.89

CMYK Percentages of Color #bfccf1

%21
%15
%0
%5

Triadic Colors of #bfccf1

#bfccf1 #f1bfcc #ccf1bf

Analogous Colors of #bfccf1

#bfccf1 #cbbff1 #bfe5f1

Monochromatic Colors of #bfccf1

#bfccf1

Complementary Color

#bfccf1 #f1e4bf

#bfccf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfccf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfccf1 Color CSS Codes

.mybgcolor {background-color:#bfccf1; } 
.myforecolor {color:#bfccf1; }
.mybordercolor {border:3px solid #bfccf1; }

#bfccf1 Text Font Color

<p style="color:#bfccf1">Text here</p>

This sample text font color is #bfccf1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfccf1 Background Color

<div style="background-color:#bfccf1">
Div content here</div>

This div background color is #bfccf1


#bfccf1 Border Color

<div style="border:3px solid #bfccf1">
Div here</div>

This div border color is #bfccf1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,204,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfccf1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfccf1;
  -webkit-box-shadow: 1px 1px 3px 2px #bfccf1;
  box-shadow:         1px 1px 3px 2px #bfccf1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,204,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfccf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfccf1;
  -webkit-box-shadow: 1px 1px 3px 2px #bfccf1;
  box-shadow:         1px 1px 3px 2px #bfccf1;">
Div content here</div>

This div box has shadow with color #bfccf1


Comments

No comments written yet.

Please login to write comment.