#BBDEE1

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

Shades of Powder Blue #BBDEE1

Tints of Powder Blue #BBDEE1

Color information

#BBDEE1 (or 0xBBDEE1) is unknown color: approx Powder Blue. HEX triplet: BB, DE and E1. RGB value is (187,222,225). Sum of RGB (Red+Green+Blue) = 187+222+225=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEE1 is #44211E. Grayscale: #D3D3D3. Windows color (decimal): -4464927 or 14802619. OLE color: 14802619.

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

Color convert

RGB187222225-
CMYK0.170.0100.12
HSL184.74º38.78%80.78%-
HSV(B)184.74º16.89%88.24%-
XYZ60.2168.2481.23-
YUV211.88135.4110.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=29.50%
G=35.02%
B=35.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872222250.170.0100.12184.7438.7880.78
HexBBDEE11110Cb92751
Octal27333634121101427147121
Binary10111011110111101110000110001101100101110011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEE1; }

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

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

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

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

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

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

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

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