#BCE1E2

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

Shades of Powder Blue #BCE1E2

Tints of Powder Blue #BCE1E2

Color information

#BCE1E2 (or 0xBCE1E2) is unknown color: approx Powder Blue. HEX triplet: BC, E1 and E2. RGB value is (188,225,226). Sum of RGB (Red+Green+Blue) = 188+225+226=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCE1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1E2 is #431E1D. Grayscale: #D6D6D6. Windows color (decimal): -4398622 or 14868924. OLE color: 14868924.

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

Color convert

RGB188225226-
CMYK0.170.0000.11
HSL181.58º39.58%81.18%-
HSV(B)181.58º16.81%88.63%-
XYZ61.3970.0382.23-
YUV214.05134.74109.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=29.42%
G=35.21%
B=35.37%

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
Decimal1882252260.170.0000.11181.5839.5881.18
HexBCE1E21100Bb62851
Octal27434134221001326650121
Binary10111100111000011110001010001001011101101101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1E2; }

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

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

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

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

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

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

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

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