Html Css Color HEX #BEE2DC Jagged Ice

📋 copy color: '#BEE2DC'

red 190 ◦ green 226 ◦ blue 220

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

Shades of Jagged Ice #BEE2DC

Tints of Jagged Ice #BEE2DC

RGB

 RED value IS 190 (74.61% from 255) = 29.87%

 GREEN value IS 226 (88.67% from 255) = 35.53%

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 29.87%
G = 35.53%
B = 34.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#BEE2DC (or 0xBEE2DC) is known color: Jagged Ice. HEX triplet: BE, E2 and DC. RGB value is (190,226,220). Sum of RGB (Red+Green+Blue) = 190+226+220=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2DC is #411D23. Grayscale: #D6D6D6. Windows color (decimal): -4267300 or 14475966. OLE color: 14475966.

HSL color Cylindrical-coordinate representation of color #BEE2DC: hue angle of 170º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2DC is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 226 220 -
CMYK 0.16 0 0.03 0.11
HSL 170º 0.38% 0.82% -
HSV(B) 170º 0.16% 0.89% -
XYZ 61.35 70.51 78.09 -
YUV 214.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 190 226 220 0.16 0 0.03 0.11 170 0.38 0.82
Hex BE E2 DC 10 0 3 B AA 26 52
Octal 276 342 334 20 0 3 13 252 46 122
Binary 10111110 11100010 11011100 10000 0 11 1011 10101010 100110 1010010

Color Harmonies of #BEE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2DC

Black with #BEE2DC

Text Example


Text Example

White with #BEE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2DC; }

 p { color: rgb(190,226,220); }

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

background-color css

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

 a { background-color: rgb(190,226,220); }

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

border-color css

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

 span { border-color: rgb(190,226,220); }

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