#BCDFE3

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

Shades of Powder Blue #BCDFE3

Tints of Powder Blue #BCDFE3

Color information

#BCDFE3 (or 0xBCDFE3) is unknown color: approx Powder Blue. HEX triplet: BC, DF and E3. RGB value is (188,223,227). Sum of RGB (Red+Green+Blue) = 188+223+227=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCDFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFE3 is #43201C. Grayscale: #D4D4D4. Windows color (decimal): -4399133 or 14933948. OLE color: 14933948.

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

Color convert

RGB188223227-
CMYK0.170.0200.11
HSL186.15º41.05%81.37%-
HSV(B)186.15º17.18%89.02%-
XYZ60.9969.0182.78-
YUV212.99135.9110.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=29.47%
G=34.95%
B=35.58%

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
Decimal1882232270.170.0200.11186.1541.0581.37
HexBCDFE31120Bba2951
Octal27433734321201327251121
Binary101111001101111111100011100011001011101110101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFE3; }

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

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

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

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

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

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

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

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