Html Css Color HEX #BEE1DE Jagged Ice

📋 copy color: '#BEE1DE'

red 190 ◦ green 225 ◦ blue 222

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

Shades of Jagged Ice #BEE1DE

Tints of Jagged Ice #BEE1DE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

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

R = 29.83%
G = 35.32%
B = 34.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#BEE1DE (or 0xBEE1DE) is known color: Jagged Ice. HEX triplet: BE, E1 and DE. RGB value is (190,225,222). Sum of RGB (Red+Green+Blue) = 190+225+222=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1DE is #411E21. Grayscale: #D6D6D6. Windows color (decimal): -4267554 or 14606782. OLE color: 14606782.

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

Color convert

RGB 190 225 222 -
CMYK 0.16 0 0.01 0.12
HSL 174.86º 0.37% 0.81% -
HSV(B) 174.86º 0.16% 0.88% -
XYZ 61.35 70.07 79.4 -
YUV 214.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 190 225 222 0.16 0 0.01 0.12 174.86 0.37 0.81
Hex BE E1 DE 10 0 1 C AF 25 51
Octal 276 341 336 20 0 1 14 257 45 121
Binary 10111110 11100001 11011110 10000 0 1 1100 10101111 100101 1010001

Color Harmonies of #BEE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1DE

Black with #BEE1DE

Text Example


Text Example

White with #BEE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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