#BCDEE2

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

Shades of Powder Blue #BCDEE2

Tints of Powder Blue #BCDEE2

Color information

#BCDEE2 (or 0xBCDEE2) is unknown color: approx Powder Blue. HEX triplet: BC, DE and E2. RGB value is (188,222,226). Sum of RGB (Red+Green+Blue) = 188+222+226=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE2 is #43211D. Grayscale: #D4D4D4. Windows color (decimal): -4399390 or 14868156. OLE color: 14868156.

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

Color convert

RGB188222226-
CMYK0.170.0200.11
HSL186.32º39.58%81.18%-
HSV(B)186.32º16.81%88.63%-
XYZ60.5968.4281.97-
YUV212.29135.74110.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 226 (88.67% from 255) = 35.53%
R=29.56%
G=34.91%
B=35.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882222260.170.0200.11186.3239.5881.18
HexBCDEE21120Bba2851
Octal27433634221201327250121
Binary101111001101111011100010100011001011101110101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEE2; }

 p { color: rgb(188,222,226); }

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

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

 a { background-color: rgb(188,222,226); }

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

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

 span { border-color: rgb(188,222,226); }

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