#BFD2DB

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

Shades of Light Blue #BFD2DB

Tints of Light Blue #BFD2DB

Color information

#BFD2DB (or 0xBFD2DB) is unknown color: approx Light Blue. HEX triplet: BF, D2 and DB. RGB value is (191,210,219). Sum of RGB (Red+Green+Blue) = 191+210+219=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2DB is #402D24. Grayscale: #CDCDCD. Windows color (decimal): -4205861 or 14406335. OLE color: 14406335.

HSL color Cylindrical-coordinate representation of color #BFD2DB: hue angle of 199.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD2DB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191210219-
CMYK0.130.0400.14
HSL199.29º28%80.39%-
HSV(B)199.29º12.79%85.88%-
XYZ57.3262.2876.02-
YUV205.34135.71117.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=30.81%
G=33.87%
B=35.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912102190.130.0400.14199.292880.39
HexBFD2DBD40Ec71c50
Octal27732233315401630734120
Binary10111111110100101101101111011000111011000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2DB; }

 p { color: rgb(191,210,219); }

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

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

 a { background-color: rgb(191,210,219); }

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

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

 span { border-color: rgb(191,210,219); }

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