#BBDDE1

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

Shades of Powder Blue #BBDDE1

Tints of Powder Blue #BBDDE1

Color information

#BBDDE1 (or 0xBBDDE1) is unknown color: approx Powder Blue. HEX triplet: BB, DD and E1. RGB value is (187,221,225). Sum of RGB (Red+Green+Blue) = 187+221+225=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDE1 is #44221E. Grayscale: #D3D3D3. Windows color (decimal): -4465183 or 14802363. OLE color: 14802363.

HSL color Cylindrical-coordinate representation of color #BBDDE1: hue angle of 186.32º 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 #BBDDE1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187221225-
CMYK0.170.0200.12
HSL186.32º38.78%80.78%-
HSV(B)186.32º16.89%88.24%-
XYZ59.9467.7181.15-
YUV211.29135.74110.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=29.54%
G=34.91%
B=35.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872212250.170.0200.12186.3238.7880.78
HexBBDDE11120Cba2751
Octal27333534121201427247121
Binary101110111101110111100001100011001100101110101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDE1; }

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

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

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

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

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

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

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

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