Html Css Color HEX #BEE3DC Water Leaf

📋 copy color: '#BEE3DC'

red 190 ◦ green 227 ◦ blue 220

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

Shades of Water Leaf #BEE3DC

Tints of Water Leaf #BEE3DC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.64%

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

R = 29.83%
G = 35.64%
B = 34.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#BEE3DC (or 0xBEE3DC) is known color: Water Leaf. HEX triplet: BE, E3 and DC. RGB value is (190,227,220). Sum of RGB (Red+Green+Blue) = 190+227+220=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3DC is #411C23. Grayscale: #D7D7D7. Windows color (decimal): -4267044 or 14476222. OLE color: 14476222.

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

Color convert

RGB 190 227 220 -
CMYK 0.16 0 0.03 0.11
HSL 168.65º 0.4% 0.82% -
HSV(B) 168.65º 0.16% 0.89% -
XYZ 61.62 71.05 78.18 -
YUV 215.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 190 227 220 0.16 0 0.03 0.11 168.65 0.4 0.82
Hex BE E3 DC 10 0 3 B A9 28 52
Octal 276 343 334 20 0 3 13 251 50 122
Binary 10111110 11100011 11011100 10000 0 11 1011 10101001 101000 1010010

Color Harmonies of #BEE3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE3DC

Black with #BEE3DC

Text Example


Text Example

White with #BEE3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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