#BCE6E1

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

Shades of Jagged Ice #BCE6E1

Tints of Jagged Ice #BCE6E1

Color information

#BCE6E1 (or 0xBCE6E1) is unknown color: approx Jagged Ice. HEX triplet: BC, E6 and E1. RGB value is (188,230,225). Sum of RGB (Red+Green+Blue) = 188+230+225=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6E1 is #43191E. Grayscale: #D8D8D8. Windows color (decimal): -4397343 or 14804668. OLE color: 14804668.

HSL color Cylindrical-coordinate representation of color #BCE6E1: hue angle of 172.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6E1 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB188230225-
CMYK0.1800.020.10
HSL172.86º45.65%81.96%-
HSV(B)172.86º18.26%90.2%-
XYZ62.6372.7281.97-
YUV216.87132.59107.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 230 (90.23% from 255) = 35.77%
BLUE value IS 225 (88.28% from 255) = 34.99%
R=29.24%
G=35.77%
B=34.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882302250.1800.020.10172.8645.6581.96
HexBCE6E11202Aad2e52
Octal27434634122021225556122
Binary101111001110011011100001100100101010101011011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6E1; }

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

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

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

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

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

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

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

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