#BBDBDD

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

Shades of Powder Blue #BBDBDD

Tints of Powder Blue #BBDBDD

Color information

#BBDBDD (or 0xBBDBDD) is unknown color: approx Powder Blue. HEX triplet: BB, DB and DD. RGB value is (187,219,221). Sum of RGB (Red+Green+Blue) = 187+219+221=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBDD is #442422. Grayscale: #D1D1D1. Windows color (decimal): -4465699 or 14539707. OLE color: 14539707.

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

Color convert

RGB187219221-
CMYK0.150.0100.13
HSL183.53º33.33%80%-
HSV(B)183.53º15.38%86.67%-
XYZ58.8866.4578.13-
YUV209.66134.4111.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=29.82%
G=34.93%
B=35.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872192210.150.0100.13183.5333.3380
HexBBDBDDF10Db82150
Octal27333333517101527041120
Binary1011101111011011110111011111101101101110001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBDD; }

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

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

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

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

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

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

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

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