Html Css Color HEX #BEEADE Water Leaf

📋 copy color: '#BEEADE'

red 190 ◦ green 234 ◦ blue 222

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

Shades of Water Leaf #BEEADE

Tints of Water Leaf #BEEADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.22%

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 29.41%
G = 36.22%
B = 34.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BEEADE (or 0xBEEADE) is known color: Water Leaf. HEX triplet: BE, EA and DE. RGB value is (190,234,222). Sum of RGB (Red+Green+Blue) = 190+234+222=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEADE is #411521. Grayscale: #DBDBDB. Windows color (decimal): -4265250 or 14609086. OLE color: 14609086.

HSL color Cylindrical-coordinate representation of color #BEEADE: hue angle of 163.64º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEADE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 222 -
CMYK 0.19 0 0.05 0.08
HSL 163.64º 0.51% 0.83% -
HSV(B) 163.64º 0.19% 0.92% -
XYZ 63.84 75.07 80.23 -
YUV 219.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 190 234 222 0.19 0 0.05 0.08 163.64 0.51 0.83
Hex BE EA DE 13 0 5 8 A4 33 53
Octal 276 352 336 23 0 5 10 244 63 123
Binary 10111110 11101010 11011110 10011 0 101 1000 10100100 110011 1010011

Color Harmonies of #BEEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEADE

Black with #BEEADE

Text Example


Text Example

White with #BEEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEADE; }

 p { color: rgb(190,234,222); }

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

background-color css

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

 a { background-color: rgb(190,234,222); }

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

border-color css

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

 span { border-color: rgb(190,234,222); }

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