#BBDBE0

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

Shades of Powder Blue #BBDBE0

Tints of Powder Blue #BBDBE0

Color information

#BBDBE0 (or 0xBBDBE0) is unknown color: approx Powder Blue. HEX triplet: BB, DB and E0. RGB value is (187,219,224). Sum of RGB (Red+Green+Blue) = 187+219+224=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBE0 is #44241F. Grayscale: #D1D1D1. Windows color (decimal): -4465696 or 14736315. OLE color: 14736315.

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

Color convert

RGB187219224-
CMYK0.170.0200.12
HSL188.11º37.37%80.59%-
HSV(B)188.11º16.52%87.84%-
XYZ59.2866.6180.25-
YUV210135.9111.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=29.68%
G=34.76%
B=35.56%

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
Decimal1872192240.170.0200.12188.1137.3780.59
HexBBDBE01120Cbc2551
Octal27333334021201427445121
Binary101110111101101111100000100011001100101111001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBE0; }

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

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

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

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

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

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

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

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