#BCEBE6

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

Shades of Jagged Ice #BCEBE6

Tints of Jagged Ice #BCEBE6

Color information

#BCEBE6 (or 0xBCEBE6) is unknown color: approx Jagged Ice. HEX triplet: BC, EB and E6. RGB value is (188,235,230). Sum of RGB (Red+Green+Blue) = 188+235+230=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBE6 is #431419. Grayscale: #DCDCDC. Windows color (decimal): -4396058 or 15133628. OLE color: 15133628.

HSL color Cylindrical-coordinate representation of color #BCEBE6: hue angle of 173.62º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBE6 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB188235230-
CMYK0.200.020.08
HSL173.62º54.02%82.94%-
HSV(B)173.62º20%92.16%-
XYZ64.7375.8286.09-
YUV220.38133.43104.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=28.79%
G=35.99%
B=35.22%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352300.200.020.08173.6254.0282.94
HexBCEBE614028ae3653
Octal27435334624021025666123
Binary101111001110101111100110101000101000101011101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBE6; }

 p { color: rgb(188,235,230); }

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

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

 a { background-color: rgb(188,235,230); }

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

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

 span { border-color: rgb(188,235,230); }

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