Html Css Color HEX #BEE5DA Water Leaf

📋 copy color: '#BEE5DA'

red 190 ◦ green 229 ◦ blue 218

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

Shades of Water Leaf #BEE5DA

Tints of Water Leaf #BEE5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 29.83%
G = 35.95%
B = 34.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#BEE5DA (or 0xBEE5DA) is known color: Water Leaf. HEX triplet: BE, E5 and DA. RGB value is (190,229,218). Sum of RGB (Red+Green+Blue) = 190+229+218=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5DA is #411A25. Grayscale: #D8D8D8. Windows color (decimal): -4266534 or 14345662. OLE color: 14345662.

HSL color Cylindrical-coordinate representation of color #BEE5DA: hue angle of 163.08º 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 #BEE5DA is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 229 218 -
CMYK 0.17 0 0.05 0.10
HSL 163.08º 0.43% 0.82% -
HSV(B) 163.08º 0.17% 0.9% -
XYZ 61.91 72.05 76.97 -
YUV 216.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 190 229 218 0.17 0 0.05 0.10 163.08 0.43 0.82
Hex BE E5 DA 11 0 5 A A3 2B 52
Octal 276 345 332 21 0 5 12 243 53 122
Binary 10111110 11100101 11011010 10001 0 101 1010 10100011 101011 1010010

Color Harmonies of #BEE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE5DA

Black with #BEE5DA

Text Example


Text Example

White with #BEE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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