#BBDFE0

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

Shades of Powder Blue #BBDFE0

Tints of Powder Blue #BBDFE0

Color information

#BBDFE0 (or 0xBBDFE0) is unknown color: approx Powder Blue. HEX triplet: BB, DF and E0. RGB value is (187,223,224). Sum of RGB (Red+Green+Blue) = 187+223+224=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFE0 is #44201F. Grayscale: #D4D4D4. Windows color (decimal): -4464672 or 14737339. OLE color: 14737339.

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

Color convert

RGB187223224-
CMYK0.170.0000.12
HSL181.62º37.37%80.59%-
HSV(B)181.62º16.52%87.84%-
XYZ60.3468.7280.61-
YUV212.35134.57109.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=29.50%
G=35.17%
B=35.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872232240.170.0000.12181.6237.3780.59
HexBBDFE01100Cb62551
Octal27333734021001426645121
Binary10111011110111111110000010001001100101101101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFE0; }

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

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

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

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

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

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

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

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