#BFD5DF

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

Shades of Light Blue #BFD5DF

Tints of Light Blue #BFD5DF

Color information

#BFD5DF (or 0xBFD5DF) is unknown color: approx Light Blue. HEX triplet: BF, D5 and DF. RGB value is (191,213,223). Sum of RGB (Red+Green+Blue) = 191+213+223=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5DF is #402A20. Grayscale: #CFCFCF. Windows color (decimal): -4205089 or 14669247. OLE color: 14669247.

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

Color convert

RGB191213223-
CMYK0.140.0400.13
HSL198.75º33.33%81.18%-
HSV(B)198.75º14.35%87.45%-
XYZ58.663.9979.08-
YUV207.56136.71116.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=30.46%
G=33.97%
B=35.57%

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
Decimal1912132230.140.0400.13198.7533.3381.18
HexBFD5DFE40Dc72151
Octal27732533716401530741121
Binary101111111101010111011111111010001101110001111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5DF; }

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

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

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

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

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

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

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

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