#BCDCE4

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

Shades of Powder Blue #BCDCE4

Tints of Powder Blue #BCDCE4

Color information

#BCDCE4 (or 0xBCDCE4) is unknown color: approx Powder Blue. HEX triplet: BC, DC and E4. RGB value is (188,220,228). Sum of RGB (Red+Green+Blue) = 188+220+228=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCE4 is #43231B. Grayscale: #D3D3D3. Windows color (decimal): -4399900 or 14998716. OLE color: 14998716.

HSL color Cylindrical-coordinate representation of color #BCDCE4: hue angle of 192º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDCE4 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188220228-
CMYK0.180.0400.11
HSL192º42.55%81.57%-
HSV(B)192º17.54%89.41%-
XYZ60.3467.4883.24-
YUV211.34137.4111.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=29.56%
G=34.59%
B=35.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882202280.180.0400.1119242.5581.57
HexBCDCE41240Bc02b52
Octal27433434422401330053122
Binary1011110011011100111001001001010001011110000001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCE4; }

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

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

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

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

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

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

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

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