#BCE2E3

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

Shades of Powder Blue #BCE2E3

Tints of Powder Blue #BCE2E3

Color information

#BCE2E3 (or 0xBCE2E3) is unknown color: approx Powder Blue. HEX triplet: BC, E2 and E3. RGB value is (188,226,227). Sum of RGB (Red+Green+Blue) = 188+226+227=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCE2E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2E3 is #431D1C. Grayscale: #D6D6D6. Windows color (decimal): -4398365 or 14934716. OLE color: 14934716.

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

Color convert

RGB188226227-
CMYK0.170.0000.11
HSL181.54º41.05%81.37%-
HSV(B)181.54º17.18%89.02%-
XYZ61.870.6383.05-
YUV214.75134.91108.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=29.33%
G=35.26%
B=35.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882262270.170.0000.11181.5441.0581.37
HexBCE2E31100Bb62951
Octal27434234321001326651121
Binary10111100111000101110001110001001011101101101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2E3; }

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

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

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

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

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

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

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

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