Html Css Color HEX #BEE2E0 Jagged Ice

📋 copy color: '#BEE2E0'

red 190 ◦ green 226 ◦ blue 224

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

Shades of Jagged Ice #BEE2E0

Tints of Jagged Ice #BEE2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35%

R = 29.69%
G = 35.31%
B = 35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BEE2E0 (or 0xBEE2E0) is known color: Jagged Ice. HEX triplet: BE, E2 and E0. RGB value is (190,226,224). Sum of RGB (Red+Green+Blue) = 190+226+224=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2E0 is #411D1F. Grayscale: #D6D6D6. Windows color (decimal): -4267296 or 14738110. OLE color: 14738110.

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

Color convert

RGB 190 226 224 -
CMYK 0.16 0 0.01 0.11
HSL 176.67º 0.38% 0.82% -
HSV(B) 176.67º 0.16% 0.89% -
XYZ 61.89 70.72 80.91 -
YUV 215.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 190 226 224 0.16 0 0.01 0.11 176.67 0.38 0.82
Hex BE E2 E0 10 0 1 B B1 26 52
Octal 276 342 340 20 0 1 13 261 46 122
Binary 10111110 11100010 11100000 10000 0 1 1011 10110001 100110 1010010

Color Harmonies of #BEE2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2E0

Black with #BEE2E0

Text Example


Text Example

White with #BEE2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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