Html Css Color HEX #BAEADA Water Leaf

📋 copy color: '#BAEADA'

red 186 ◦ green 234 ◦ blue 218

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

Shades of Water Leaf #BAEADA

Tints of Water Leaf #BAEADA

RGB

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

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

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

R = 29.15%
G = 36.68%
B = 34.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BAEADA (or 0xBAEADA) is known color: Water Leaf. HEX triplet: BA, EA and DA. RGB value is (186,234,218). Sum of RGB (Red+Green+Blue) = 186+234+218=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEADA is #451525. Grayscale: #D9D9D9. Windows color (decimal): -4527398 or 14346938. OLE color: 14346938.

HSL color Cylindrical-coordinate representation of color #BAEADA: hue angle of 160º 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 #BAEADA is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 218 -
CMYK 0.21 0 0.07 0.08
HSL 160º 0.53% 0.82% -
HSV(B) 160º 0.21% 0.92% -
XYZ 62.33 74.35 77.4 -
YUV 217.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 186 234 218 0.21 0 0.07 0.08 160 0.53 0.82
Hex BA EA DA 15 0 7 8 A0 35 52
Octal 272 352 332 25 0 7 10 240 65 122
Binary 10111010 11101010 11011010 10101 0 111 1000 10100000 110101 1010010

Color Harmonies of #BAEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEADA

Black with #BAEADA

Text Example


Text Example

White with #BAEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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