#BCDEE0

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

Shades of Powder Blue #BCDEE0

Tints of Powder Blue #BCDEE0

Color information

#BCDEE0 (or 0xBCDEE0) is unknown color: approx Powder Blue. HEX triplet: BC, DE and E0. RGB value is (188,222,224). Sum of RGB (Red+Green+Blue) = 188+222+224=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 222 (87.11% from 255 or 35.02% 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 #BCDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE0 is #43211F. Grayscale: #D4D4D4. Windows color (decimal): -4399392 or 14737084. OLE color: 14737084.

HSL color Cylindrical-coordinate representation of color #BCDEE0: hue angle of 183.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDEE0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188222224-
CMYK0.160.0100.12
HSL183.33º36.73%80.78%-
HSV(B)183.33º16.07%87.84%-
XYZ60.3168.3280.53-
YUV212.06134.74110.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=29.65%
G=35.02%
B=35.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882222240.160.0100.12183.3336.7380.78
HexBCDEE01010Cb72551
Octal27433634020101426745121
Binary10111100110111101110000010000101100101101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEE0; }

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

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

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

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

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

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

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

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