Color Hex Logo

#bfcff9 Color Hex

#BFCFF9
(191,207,249)
0 Favorites   0 Comments

Color spaces of #bfcff9

RGB 191207249
HSL0.620.830.86
HSV223°23°98°
CMYK 0.230.170.00   0.02
XYZ60.897662.541698.4846
Yxy62.54160.27440.2818
Hunter Lab79.0832-0.9428-18.4772
CIE-Lab83.20063.4575-22.3836

#bfcff9 color RGB value is (191,207,249).

#bfcff9 hex color red value is 191, green value is 207 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #bfcff9 hue: 0.62 , saturation: 0.83 and the lightness value of bfcff9 is 0.86.

The process color (four color CMYK) of #bfcff9 color hex is 0.23, 0.17, 0.00, 0.02. Web safe color of #bfcff9 is #ccccff. Color #bfcff9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001111 11111001
Octal 277 317 371
Decimal 191 207 249
Hex BF CF F9

RGB Percentages of Color #bfcff9

%29.52
%31.99
%38.49

CMYK Percentages of Color #bfcff9

%23
%17
%0
%2

Triadic Colors of #bfcff9

#bfcff9 #f9bfcf #cff9bf

Analogous Colors of #bfcff9

#bfcff9 #ccbff9 #bfecf9

Monochromatic Colors of #bfcff9

#bfcff9

Complementary Color

#bfcff9 #f9e9bf

#bfcff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcff9 Color CSS Codes

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

#bfcff9 Text Font Color

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

This sample text font color is #bfcff9
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.


#bfcff9 Background Color

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

This div background color is #bfcff9


#bfcff9 Border Color

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

This div border color is #bfcff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcff9

Related Colors

#bfcff9 Color Palettes


Comments

No comments written yet.

Please login to write comment.