Html Css Color HEX #BAEDDA Water Leaf

📋 copy color: '#BAEDDA'

red 186 ◦ green 237 ◦ blue 218

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

Shades of Water Leaf #BAEDDA

Tints of Water Leaf #BAEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.97%

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

R = 29.02%
G = 36.97%
B = 34.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BAEDDA (or 0xBAEDDA) is known color: Water Leaf. HEX triplet: BA, ED and DA. RGB value is (186,237,218). Sum of RGB (Red+Green+Blue) = 186+237+218=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDDA is #451225. Grayscale: #DBDBDB. Windows color (decimal): -4526630 or 14347706. OLE color: 14347706.

HSL color Cylindrical-coordinate representation of color #BAEDDA: hue angle of 157.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDDA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 218 -
CMYK 0.22 0 0.08 0.07
HSL 157.65º 0.59% 0.83% -
HSV(B) 157.65º 0.22% 0.93% -
XYZ 63.19 76.07 77.68 -
YUV 219.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 186 237 218 0.22 0 0.08 0.07 157.65 0.59 0.83
Hex BA ED DA 16 0 8 7 9E 3B 53
Octal 272 355 332 26 0 10 7 236 73 123
Binary 10111010 11101101 11011010 10110 0 1000 111 10011110 111011 1010011

Color Harmonies of #BAEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDDA

Black with #BAEDDA

Text Example


Text Example

White with #BAEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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