#BBD6DC

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

Shades of Light Blue #BBD6DC

Tints of Light Blue #BBD6DC

Color information

#BBD6DC (or 0xBBD6DC) is unknown color: approx Light Blue. HEX triplet: BB, D6 and DC. RGB value is (187,214,220). Sum of RGB (Red+Green+Blue) = 187+214+220=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6DC is #442923. Grayscale: #CECECE. Windows color (decimal): -4466980 or 14472891. OLE color: 14472891.

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

Color convert

RGB187214220-
CMYK0.150.0300.14
HSL190.91º32.04%79.8%-
HSV(B)190.91º15%86.27%-
XYZ57.4663.8377-
YUV206.61135.55114.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=30.11%
G=34.46%
B=35.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872142200.150.0300.14190.9132.0479.8
HexBBD6DCF30Ebf2050
Octal27332633417301627740120
Binary10111011110101101101110011111101110101111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6DC; }

 p { color: rgb(187,214,220); }

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

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

 a { background-color: rgb(187,214,220); }

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

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

 span { border-color: rgb(187,214,220); }

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