Html Css Color HEX #BEE5DC Water Leaf

📋 copy color: '#BEE5DC'

red 190 ◦ green 229 ◦ blue 220

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

Shades of Water Leaf #BEE5DC

Tints of Water Leaf #BEE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.84%

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 29.73%
G = 35.84%
B = 34.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#BEE5DC (or 0xBEE5DC) is known color: Water Leaf. HEX triplet: BE, E5 and DC. RGB value is (190,229,220). Sum of RGB (Red+Green+Blue) = 190+229+220=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5DC is #411A23. Grayscale: #D8D8D8. Windows color (decimal): -4266532 or 14476734. OLE color: 14476734.

HSL color Cylindrical-coordinate representation of color #BEE5DC: hue angle of 166.15º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE5DC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 229 220 -
CMYK 0.17 0 0.04 0.10
HSL 166.15º 0.43% 0.82% -
HSV(B) 166.15º 0.17% 0.9% -
XYZ 62.17 72.15 78.36 -
YUV 216.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 190 229 220 0.17 0 0.04 0.10 166.15 0.43 0.82
Hex BE E5 DC 11 0 4 A A6 2B 52
Octal 276 345 334 21 0 4 12 246 53 122
Binary 10111110 11100101 11011100 10001 0 100 1010 10100110 101011 1010010

Color Harmonies of #BEE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE5DC

Black with #BEE5DC

Text Example


Text Example

White with #BEE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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