#BCE2DF

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

Shades of Jagged Ice #BCE2DF

Tints of Jagged Ice #BCE2DF

Color information

#BCE2DF (or 0xBCE2DF) is unknown color: approx Jagged Ice. HEX triplet: BC, E2 and DF. RGB value is (188,226,223). Sum of RGB (Red+Green+Blue) = 188+226+223=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2DF is #431D20. Grayscale: #D6D6D6. Windows color (decimal): -4398369 or 14672572. OLE color: 14672572.

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

Color convert

RGB188226223-
CMYK0.1700.010.11
HSL175.26º39.58%81.18%-
HSV(B)175.26º16.81%88.63%-
XYZ61.2570.4180.17-
YUV214.3132.91109.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=29.51%
G=35.48%
B=35.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882262230.1700.010.11175.2639.5881.18
HexBCE2DF1101Baf2851
Octal27434233721011325750121
Binary10111100111000101101111110001011011101011111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2DF; }

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

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

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

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

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

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

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

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