#BBDBE1

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

Shades of Powder Blue #BBDBE1

Tints of Powder Blue #BBDBE1

Color information

#BBDBE1 (or 0xBBDBE1) is unknown color: approx Powder Blue. HEX triplet: BB, DB and E1. RGB value is (187,219,225). Sum of RGB (Red+Green+Blue) = 187+219+225=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBE1 is #44241E. Grayscale: #D2D2D2. Windows color (decimal): -4465695 or 14801851. OLE color: 14801851.

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

Color convert

RGB187219225-
CMYK0.170.0300.12
HSL189.47º38.78%80.78%-
HSV(B)189.47º16.89%88.24%-
XYZ59.4266.6680.97-
YUV210.12136.4111.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=29.64%
G=34.71%
B=35.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872192250.170.0300.12189.4738.7880.78
HexBBDBE11130Cbd2751
Octal27333334121301427547121
Binary101110111101101111100001100011101100101111011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBE1; }

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

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

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

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

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

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

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

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