#BBDFE5

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

Shades of Powder Blue #BBDFE5

Tints of Powder Blue #BBDFE5

Color information

#BBDFE5 (or 0xBBDFE5) is unknown color: approx Powder Blue. HEX triplet: BB, DF and E5. RGB value is (187,223,229). Sum of RGB (Red+Green+Blue) = 187+223+229=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFE5 is #44201A. Grayscale: #D4D4D4. Windows color (decimal): -4464667 or 15065019. OLE color: 15065019.

HSL color Cylindrical-coordinate representation of color #BBDFE5: hue angle of 188.57º 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 #BBDFE5 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187223229-
CMYK0.180.0300.10
HSL188.57º44.68%81.57%-
HSV(B)188.57º18.34%89.8%-
XYZ61.026984.23-
YUV212.92137.07109.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=29.26%
G=34.90%
B=35.84%

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
Decimal1872232290.180.0300.10188.5744.6881.57
HexBBDFE51230Abd2d52
Octal27333734522301227555122
Binary101110111101111111100101100101101010101111011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFE5; }

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

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

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

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

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

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

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

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