#BBD2DF

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

Shades of Light Blue #BBD2DF

Tints of Light Blue #BBD2DF

Color information

#BBD2DF (or 0xBBD2DF) is unknown color: approx Light Blue. HEX triplet: BB, D2 and DF. RGB value is (187,210,223). Sum of RGB (Red+Green+Blue) = 187+210+223=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2DF is #442D20. Grayscale: #CCCCCC. Windows color (decimal): -4468001 or 14668475. OLE color: 14668475.

HSL color Cylindrical-coordinate representation of color #BBD2DF: hue angle of 201.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD2DF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187210223-
CMYK0.160.0600.13
HSL201.67º36%80.39%-
HSV(B)201.67º16.14%87.45%-
XYZ56.8661.9978.78-
YUV204.6138.38115.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=30.16%
G=33.87%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872102230.160.0600.13201.673680.39
HexBBD2DF1060Dca2450
Octal27332233720601531244120
Binary1011101111010010110111111000011001101110010101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2DF; }

 p { color: rgb(187,210,223); }

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

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

 a { background-color: rgb(187,210,223); }

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

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

 span { border-color: rgb(187,210,223); }

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