Html Css Color HEX #BAEADE Water Leaf

📋 copy color: '#BAEADE'

red 186 ◦ green 234 ◦ blue 222

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

Shades of Water Leaf #BAEADE

Tints of Water Leaf #BAEADE

RGB

 RED value IS 186 (73.05% from 255) = 28.97%

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

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

R = 28.97%
G = 36.45%
B = 34.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BAEADE (or 0xBAEADE) is known color: Water Leaf. HEX triplet: BA, EA and DE. RGB value is (186,234,222). Sum of RGB (Red+Green+Blue) = 186+234+222=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEADE is #451521. Grayscale: #DADADA. Windows color (decimal): -4527394 or 14609082. OLE color: 14609082.

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

Color convert

RGB 186 234 222 -
CMYK 0.21 0 0.05 0.08
HSL 165º 0.53% 0.82% -
HSV(B) 165º 0.21% 0.92% -
XYZ 62.86 74.56 80.19 -
YUV 218.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 186 234 222 0.21 0 0.05 0.08 165 0.53 0.82
Hex BA EA DE 15 0 5 8 A5 35 52
Octal 272 352 336 25 0 5 10 245 65 122
Binary 10111010 11101010 11011110 10101 0 101 1000 10100101 110101 1010010

Color Harmonies of #BAEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEADE

Black with #BAEADE

Text Example


Text Example

White with #BAEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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