#BCDFE4

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

Shades of Powder Blue #BCDFE4

Tints of Powder Blue #BCDFE4

Color information

#BCDFE4 (or 0xBCDFE4) is unknown color: approx Powder Blue. HEX triplet: BC, DF and E4. RGB value is (188,223,228). Sum of RGB (Red+Green+Blue) = 188+223+228=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE4 is #43201B. Grayscale: #D5D5D5. Windows color (decimal): -4399132 or 14999484. OLE color: 14999484.

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

Color convert

RGB188223228-
CMYK0.180.0200.11
HSL187.5º42.55%81.57%-
HSV(B)187.5º17.54%89.41%-
XYZ61.1369.0783.51-
YUV213.1136.4110.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=29.42%
G=34.90%
B=35.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882232280.180.0200.11187.542.5581.57
HexBCDFE41220Bbc2b52
Octal27433734422201327453122
Binary101111001101111111100100100101001011101111001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFE4; }

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

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

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

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

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

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

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

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