#BBDCE5

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

Shades of Powder Blue #BBDCE5

Tints of Powder Blue #BBDCE5

Color information

#BBDCE5 (or 0xBBDCE5) is unknown color: approx Powder Blue. HEX triplet: BB, DC and E5. RGB value is (187,220,229). Sum of RGB (Red+Green+Blue) = 187+220+229=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCE5 is #44231A. Grayscale: #D3D3D3. Windows color (decimal): -4465435 or 15064251. OLE color: 15064251.

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

Color convert

RGB187220229-
CMYK0.180.0400.10
HSL192.86º44.68%81.57%-
HSV(B)192.86º18.34%89.8%-
XYZ60.2367.4183.97-
YUV211.16138.07110.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=29.40%
G=34.59%
B=36.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872202290.180.0400.10192.8644.6881.57
HexBBDCE51240Ac12d52
Octal27333434522401230155122
Binary1011101111011100111001011001010001010110000011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCE5; }

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

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

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

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

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

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

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

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