#BBD8DD

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

Shades of Powder Blue #BBD8DD

Tints of Powder Blue #BBD8DD

Color information

#BBD8DD (or 0xBBD8DD) is unknown color: approx Powder Blue. HEX triplet: BB, D8 and DD. RGB value is (187,216,221). Sum of RGB (Red+Green+Blue) = 187+216+221=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8DD is #442722. Grayscale: #CFCFCF. Windows color (decimal): -4466467 or 14538939. OLE color: 14538939.

HSL color Cylindrical-coordinate representation of color #BBD8DD: hue angle of 188.82º 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 #BBD8DD is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187216221-
CMYK0.150.0200.13
HSL188.82º33.33%80%-
HSV(B)188.82º15.38%86.67%-
XYZ58.164.977.87-
YUV207.9135.39113.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=29.97%
G=34.62%
B=35.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872162210.150.0200.13188.8233.3380
HexBBD8DDF20Dbd2150
Octal27333033517201527541120
Binary10111011110110001101110111111001101101111011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8DD; }

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

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

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

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

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

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

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

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