Html Css Color HEX #BEE7E0 Jagged Ice

📋 copy color: '#BEE7E0'

red 190 ◦ green 231 ◦ blue 224

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

Shades of Jagged Ice #BEE7E0

Tints of Jagged Ice #BEE7E0

RGB

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

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

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

R = 29.46%
G = 35.81%
B = 34.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BEE7E0 (or 0xBEE7E0) is known color: Jagged Ice. HEX triplet: BE, E7 and E0. RGB value is (190,231,224). Sum of RGB (Red+Green+Blue) = 190+231+224=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7E0 is #41181F. Grayscale: #D9D9D9. Windows color (decimal): -4266016 or 14739390. OLE color: 14739390.

HSL color Cylindrical-coordinate representation of color #BEE7E0: hue angle of 169.76º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE7E0 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 231 224 -
CMYK 0.18 0 0.03 0.09
HSL 169.76º 0.46% 0.83% -
HSV(B) 169.76º 0.18% 0.91% -
XYZ 63.27 73.48 81.37 -
YUV 217.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 190 231 224 0.18 0 0.03 0.09 169.76 0.46 0.83
Hex BE E7 E0 12 0 3 9 AA 2E 53
Octal 276 347 340 22 0 3 11 252 56 123
Binary 10111110 11100111 11100000 10010 0 11 1001 10101010 101110 1010011

Color Harmonies of #BEE7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7E0

Black with #BEE7E0

Text Example


Text Example

White with #BEE7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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