#BBD7DD

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

Shades of Light Blue #BBD7DD

Tints of Light Blue #BBD7DD

Color information

#BBD7DD (or 0xBBD7DD) is unknown color: approx Light Blue. HEX triplet: BB, D7 and DD. RGB value is (187,215,221). Sum of RGB (Red+Green+Blue) = 187+215+221=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7DD is #442822. Grayscale: #CFCFCF. Windows color (decimal): -4466723 or 14538683. OLE color: 14538683.

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

Color convert

RGB187215221-
CMYK0.150.0300.13
HSL190.59º33.33%80%-
HSV(B)190.59º15.38%86.67%-
XYZ57.8564.3977.79-
YUV207.31135.72113.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=30.02%
G=34.51%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872152210.150.0300.13190.5933.3380
HexBBD7DDF30Dbf2150
Octal27332733517301527741120
Binary10111011110101111101110111111101101101111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7DD; }

 p { color: rgb(187,215,221); }

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

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

 a { background-color: rgb(187,215,221); }

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

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

 span { border-color: rgb(187,215,221); }

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