#BBDCE2

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

Shades of Powder Blue #BBDCE2

Tints of Powder Blue #BBDCE2

Color information

#BBDCE2 (or 0xBBDCE2) is unknown color: approx Powder Blue. HEX triplet: BB, DC and E2. RGB value is (187,220,226). Sum of RGB (Red+Green+Blue) = 187+220+226=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCE2 is #44231D. Grayscale: #D2D2D2. Windows color (decimal): -4465438 or 14867643. OLE color: 14867643.

HSL color Cylindrical-coordinate representation of color #BBDCE2: hue angle of 189.23º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDCE2 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187220226-
CMYK0.170.0300.11
HSL189.23º40.21%80.98%-
HSV(B)189.23º17.26%88.63%-
XYZ59.8167.2481.78-
YUV210.82136.57111.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 226 (88.67% from 255) = 35.70%
R=29.54%
G=34.76%
B=35.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872202260.170.0300.11189.2340.2180.98
HexBBDCE21130Bbd2851
Octal27333434221301327550121
Binary101110111101110011100010100011101011101111011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCE2; }

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

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

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

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

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

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

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

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