#BBDBE2

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

Shades of Powder Blue #BBDBE2

Tints of Powder Blue #BBDBE2

Color information

#BBDBE2 (or 0xBBDBE2) is unknown color: approx Powder Blue. HEX triplet: BB, DB and E2. RGB value is (187,219,226). Sum of RGB (Red+Green+Blue) = 187+219+226=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBE2 is #44241D. Grayscale: #D2D2D2. Windows color (decimal): -4465694 or 14867387. OLE color: 14867387.

HSL color Cylindrical-coordinate representation of color #BBDBE2: hue angle of 190.77º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDBE2 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187219226-
CMYK0.170.0300.11
HSL190.77º40.21%80.98%-
HSV(B)190.77º17.26%88.63%-
XYZ59.5566.7281.69-
YUV210.23136.9111.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 226 (88.67% from 255) = 35.76%
R=29.59%
G=34.65%
B=35.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872192260.170.0300.11190.7740.2180.98
HexBBDBE21130Bbf2851
Octal27333334221301327750121
Binary101110111101101111100010100011101011101111111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBE2; }

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

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

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

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

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

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

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

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