#BBDDE5

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

Shades of Powder Blue #BBDDE5

Tints of Powder Blue #BBDDE5

Color information

#BBDDE5 (or 0xBBDDE5) is unknown color: approx Powder Blue. HEX triplet: BB, DD and E5. RGB value is (187,221,229). Sum of RGB (Red+Green+Blue) = 187+221+229=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDE5 is #44221A. Grayscale: #D3D3D3. Windows color (decimal): -4465179 or 15064507. OLE color: 15064507.

HSL color Cylindrical-coordinate representation of color #BBDDE5: hue angle of 191.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDDE5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187221229-
CMYK0.180.0300.10
HSL191.43º44.68%81.57%-
HSV(B)191.43º18.34%89.8%-
XYZ60.4967.9384.05-
YUV211.75137.74110.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=29.36%
G=34.69%
B=35.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872212290.180.0300.10191.4344.6881.57
HexBBDDE51230Abf2d52
Octal27333534522301227755122
Binary101110111101110111100101100101101010101111111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDE5; }

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

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

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

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

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

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

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

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