Html Css Color HEX #BEE7DC Water Leaf

📋 copy color: '#BEE7DC'

red 190 ◦ green 231 ◦ blue 220

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

Shades of Water Leaf #BEE7DC

Tints of Water Leaf #BEE7DC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.04%

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

R = 29.64%
G = 36.04%
B = 34.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#BEE7DC (or 0xBEE7DC) is known color: Water Leaf. HEX triplet: BE, E7 and DC. RGB value is (190,231,220). Sum of RGB (Red+Green+Blue) = 190+231+220=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7DC is #411823. Grayscale: #D9D9D9. Windows color (decimal): -4266020 or 14477246. OLE color: 14477246.

HSL color Cylindrical-coordinate representation of color #BEE7DC: hue angle of 163.9º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE7DC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 231 220 -
CMYK 0.18 0 0.05 0.09
HSL 163.9º 0.46% 0.83% -
HSV(B) 163.9º 0.18% 0.91% -
XYZ 62.73 73.27 78.55 -
YUV 217.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 190 231 220 0.18 0 0.05 0.09 163.9 0.46 0.83
Hex BE E7 DC 12 0 5 9 A4 2E 53
Octal 276 347 334 22 0 5 11 244 56 123
Binary 10111110 11100111 11011100 10010 0 101 1001 10100100 101110 1010011

Color Harmonies of #BEE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7DC

Black with #BEE7DC

Text Example


Text Example

White with #BEE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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