#BCE8E3

Color #BCE8E3 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #BCE8E3

Tints of Jagged Ice #BCE8E3

Color information

#BCE8E3 (or 0xBCE8E3) is unknown color: approx Jagged Ice. HEX triplet: BC, E8 and E3. RGB value is (188,232,227). Sum of RGB (Red+Green+Blue) = 188+232+227=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8E3 is #43171C. Grayscale: #DADADA. Windows color (decimal): -4396829 or 14936252. OLE color: 14936252.

HSL color Cylindrical-coordinate representation of color #BCE8E3: hue angle of 173.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8E3 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB188232227-
CMYK0.1900.020.09
HSL173.18º48.89%82.35%-
HSV(B)173.18º18.97%90.98%-
XYZ63.4673.9583.6-
YUV218.27132.92106.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.06%
GREEN value IS 232 (91.02% from 255) = 35.86%
BLUE value IS 227 (89.06% from 255) = 35.09%
R=29.06%
G=35.86%
B=35.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882322270.1900.020.09173.1848.8982.35
HexBCE8E313029ad3152
Octal27435034323021125561122
Binary101111001110100011100011100110101001101011011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8E3; }

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

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

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

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

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

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

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

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