Html Css Color HEX #BEE0DE Jagged Ice

📋 copy color: '#BEE0DE'

red 190 ◦ green 224 ◦ blue 222

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

Shades of Jagged Ice #BEE0DE

Tints of Jagged Ice #BEE0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.22%

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 29.87%
G = 35.22%
B = 34.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#BEE0DE (or 0xBEE0DE) is known color: Jagged Ice. HEX triplet: BE, E0 and DE. RGB value is (190,224,222). Sum of RGB (Red+Green+Blue) = 190+224+222=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0DE is #411F21. Grayscale: #D5D5D5. Windows color (decimal): -4267810 or 14606526. OLE color: 14606526.

HSL color Cylindrical-coordinate representation of color #BEE0DE: hue angle of 176.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEE0DE is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 222 -
CMYK 0.15 0 0.01 0.12
HSL 176.47º 0.35% 0.81% -
HSV(B) 176.47º 0.15% 0.88% -
XYZ 61.08 69.53 79.31 -
YUV 213.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 190 224 222 0.15 0 0.01 0.12 176.47 0.35 0.81
Hex BE E0 DE F 0 1 C B0 23 51
Octal 276 340 336 17 0 1 14 260 43 121
Binary 10111110 11100000 11011110 1111 0 1 1100 10110000 100011 1010001

Color Harmonies of #BEE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0DE

Black with #BEE0DE

Text Example


Text Example

White with #BEE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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