#BFD6DF

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

Shades of Light Blue #BFD6DF

Tints of Light Blue #BFD6DF

Color information

#BFD6DF (or 0xBFD6DF) is unknown color: approx Light Blue. HEX triplet: BF, D6 and DF. RGB value is (191,214,223). Sum of RGB (Red+Green+Blue) = 191+214+223=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6DF is #402920. Grayscale: #D0D0D0. Windows color (decimal): -4204833 or 14669503. OLE color: 14669503.

HSL color Cylindrical-coordinate representation of color #BFD6DF: hue angle of 196.88º 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 #BFD6DF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191214223-
CMYK0.140.0400.13
HSL196.88º33.33%81.18%-
HSV(B)196.88º14.35%87.45%-
XYZ58.8564.579.16-
YUV208.15136.38115.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=30.41%
G=34.08%
B=35.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912142230.140.0400.13196.8833.3381.18
HexBFD6DFE40Dc52151
Octal27732633716401530541121
Binary101111111101011011011111111010001101110001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6DF; }

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

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

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

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

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

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

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

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