#BBDCDE

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

Shades of Powder Blue #BBDCDE

Tints of Powder Blue #BBDCDE

Color information

#BBDCDE (or 0xBBDCDE) is unknown color: approx Powder Blue. HEX triplet: BB, DC and DE. RGB value is (187,220,222). Sum of RGB (Red+Green+Blue) = 187+220+222=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCDE is #442321. Grayscale: #D2D2D2. Windows color (decimal): -4465442 or 14605499. OLE color: 14605499.

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

Color convert

RGB187220222-
CMYK0.160.0100.13
HSL183.43º34.65%80.2%-
HSV(B)183.43º15.77%87.06%-
XYZ59.2767.0378.92-
YUV210.36134.57111.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=29.73%
G=34.98%
B=35.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872202220.160.0100.13183.4334.6580.2
HexBBDCDE1010Db72350
Octal27333433620101526743120
Binary10111011110111001101111010000101101101101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCDE; }

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

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

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

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

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

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

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

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