Html Css Color HEX #BEEAE5 Jagged Ice

📋 copy color: '#BEEAE5'

red 190 ◦ green 234 ◦ blue 229

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

Shades of Jagged Ice #BEEAE5

Tints of Jagged Ice #BEEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.83%

 BLUE value IS 229 (89.84% from 255) = 35.07%

R = 29.1%
G = 35.83%
B = 35.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#BEEAE5 (or 0xBEEAE5) is known color: Jagged Ice. HEX triplet: BE, EA and E5. RGB value is (190,234,229). Sum of RGB (Red+Green+Blue) = 190+234+229=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAE5 is #41151A. Grayscale: #DCDCDC. Windows color (decimal): -4265243 or 15067838. OLE color: 15067838.

HSL color Cylindrical-coordinate representation of color #BEEAE5: hue angle of 173.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAE5 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 229 -
CMYK 0.19 0 0.02 0.08
HSL 173.18º 0.51% 0.83% -
HSV(B) 173.18º 0.19% 0.92% -
XYZ 64.8 75.45 85.28 -
YUV 220.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 190 234 229 0.19 0 0.02 0.08 173.18 0.51 0.83
Hex BE EA E5 13 0 2 8 AD 33 53
Octal 276 352 345 23 0 2 10 255 63 123
Binary 10111110 11101010 11100101 10011 0 10 1000 10101101 110011 1010011

Color Harmonies of #BEEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAE5

Black with #BEEAE5

Text Example


Text Example

White with #BEEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAE5; }

 p { color: rgb(190,234,229); }

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

background-color css

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

 a { background-color: rgb(190,234,229); }

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

border-color css

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

 span { border-color: rgb(190,234,229); }

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