Html Css Color HEX #BCE7E2 Jagged Ice

📋 copy color: '#BCE7E2'

red 188 ◦ green 231 ◦ blue 226

#BCE7E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #BCE7E2

Tints of Jagged Ice #BCE7E2

RGB

 RED value IS 188 (73.83% from 255) = 29.15%

 GREEN value IS 231 (90.63% from 255) = 35.81%

 BLUE value IS 226 (88.67% from 255) = 35.04%

R = 29.15%
G = 35.81%
B = 35.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#BCE7E2 (or 0xBCE7E2) is known color: Jagged Ice. HEX triplet: BC, E7 and E2. RGB value is (188,231,226). Sum of RGB (Red+Green+Blue) = 188+231+226=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7E2 is #43181D. Grayscale: #D9D9D9. Windows color (decimal): -4397086 or 14870460. OLE color: 14870460.

HSL color Cylindrical-coordinate representation of color #BCE7E2: hue angle of 173.02º degrees, saturation: 0.47, 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 #BCE7E2 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 226 -
CMYK 0.19 0 0.02 0.09
HSL 173.02º 0.47% 0.82% -
HSV(B) 173.02º 0.19% 0.91% -
XYZ 63.04 73.33 82.78 -
YUV 217.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 188 231 226 0.19 0 0.02 0.09 173.02 0.47 0.82
Hex BC E7 E2 13 0 2 9 AD 2F 52
Octal 274 347 342 23 0 2 11 255 57 122
Binary 10111100 11100111 11100010 10011 0 10 1001 10101101 101111 1010010

Color Harmonies of #BCE7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7E2

Black with #BCE7E2

Text Example


Text Example

White with #BCE7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7E2; }

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

 H1.HeaderClassName
 {
   color: #BCE7E2;
 }
 .AnyTagClassName
 {
   color: #BCE7E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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