Html Css Color HEX #BEE2DF Jagged Ice

📋 copy color: '#BEE2DF'

red 190 ◦ green 226 ◦ blue 223

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

Shades of Jagged Ice #BEE2DF

Tints of Jagged Ice #BEE2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 29.73%
G = 35.37%
B = 34.9%

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

#BEE2DF (or 0xBEE2DF) is known color: Jagged Ice. HEX triplet: BE, E2 and DF. RGB value is (190,226,223). Sum of RGB (Red+Green+Blue) = 190+226+223=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2DF is #411D20. Grayscale: #D6D6D6. Windows color (decimal): -4267297 or 14672574. OLE color: 14672574.

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

Color convert

RGB 190 226 223 -
CMYK 0.16 0 0.01 0.11
HSL 175º 0.38% 0.82% -
HSV(B) 175º 0.16% 0.89% -
XYZ 61.75 70.67 80.2 -
YUV 214.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 190 226 223 0.16 0 0.01 0.11 175 0.38 0.82
Hex BE E2 DF 10 0 1 B AF 26 52
Octal 276 342 337 20 0 1 13 257 46 122
Binary 10111110 11100010 11011111 10000 0 1 1011 10101111 100110 1010010

Color Harmonies of #BEE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2DF

Black with #BEE2DF

Text Example


Text Example

White with #BEE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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