#BFD3DC

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

Shades of Light Blue #BFD3DC

Tints of Light Blue #BFD3DC

Color information

#BFD3DC (or 0xBFD3DC) is unknown color: approx Light Blue. HEX triplet: BF, D3 and DC. RGB value is (191,211,220). Sum of RGB (Red+Green+Blue) = 191+211+220=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3DC is #402C23. Grayscale: #CDCDCD. Windows color (decimal): -4205604 or 14472127. OLE color: 14472127.

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

Color convert

RGB191211220-
CMYK0.130.0400.14
HSL198.62º29.29%80.59%-
HSV(B)198.62º13.18%86.27%-
XYZ57.762.8376.8-
YUV206.05135.87117.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 211 (82.81% from 255) = 33.92%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=30.71%
G=33.92%
B=35.37%

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
Decimal1912112200.130.0400.14198.6229.2980.59
HexBFD3DCD40Ec71d51
Octal27732333415401630735121
Binary10111111110100111101110011011000111011000111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3DC; }

 p { color: rgb(191,211,220); }

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

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

 a { background-color: rgb(191,211,220); }

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

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

 span { border-color: rgb(191,211,220); }

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