#BFD4DF

Color #BFD4DF Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BFD4DF

Tints of Light Blue #BFD4DF

Color information

#BFD4DF (or 0xBFD4DF) is unknown color: approx Light Blue. HEX triplet: BF, D4 and DF. RGB value is (191,212,223). Sum of RGB (Red+Green+Blue) = 191+212+223=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4DF is #402B20. Grayscale: #CECECE. Windows color (decimal): -4205345 or 14668991. OLE color: 14668991.

HSL color Cylindrical-coordinate representation of color #BFD4DF: hue angle of 200.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD4DF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191212223-
CMYK0.140.0500.13
HSL200.62º33.33%81.18%-
HSV(B)200.62º14.35%87.45%-
XYZ58.3563.4978.99-
YUV206.98137.04116.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 212 (83.20% from 255) = 33.87%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=30.51%
G=33.87%
B=35.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912122230.140.0500.13200.6233.3381.18
HexBFD4DFE50Dc92151
Octal27732433716501531141121
Binary101111111101010011011111111010101101110010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4DF; }

 p { color: rgb(191,212,223); }

 H1.HeaderClassName
 {
   color: #BFD4DF;
 }
 .AnyTagClassName
 {
   color: #BFD4DF;
 }
</style>
background-color css

<style>
 a { background-color: #BFD4DF; }

 a { background-color: rgb(191,212,223); }

 div.DivClassName
 {
   background-color: #BFD4DF;
 }
 .BgClassName
 {
   background-color: #BFD4DF;
 }
</style>
border-color css

<style>
 span { border-color: #BFD4DF; }

 span { border-color: rgb(191,212,223); }

 td.TdClassName
 {
   border-color: #BFD4DF;
 }
 .TagClassName
 {
   border-color: #BFD4DF;
 }
</style>