#BCDCE0

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

Shades of Powder Blue #BCDCE0

Tints of Powder Blue #BCDCE0

Color information

#BCDCE0 (or 0xBCDCE0) is unknown color: approx Powder Blue. HEX triplet: BC, DC and E0. RGB value is (188,220,224). Sum of RGB (Red+Green+Blue) = 188+220+224=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCE0 is #43231F. Grayscale: #D2D2D2. Windows color (decimal): -4399904 or 14736572. OLE color: 14736572.

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

Color convert

RGB188220224-
CMYK0.160.0200.12
HSL186.67º36.73%80.78%-
HSV(B)186.67º16.07%87.84%-
XYZ59.7967.2680.35-
YUV210.89135.4111.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=29.75%
G=34.81%
B=35.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882202240.160.0200.12186.6736.7380.78
HexBCDCE01020Cbb2551
Octal27433434020201427345121
Binary101111001101110011100000100001001100101110111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCE0; }

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

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

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

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

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

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

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

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