Html Css Color HEX #BAEDDE Water Leaf

📋 copy color: '#BAEDDE'

red 186 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #BAEDDE

Tints of Water Leaf #BAEDDE

RGB

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

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

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

R = 28.84%
G = 36.74%
B = 34.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BAEDDE (or 0xBAEDDE) is known color: Water Leaf. HEX triplet: BA, ED and DE. RGB value is (186,237,222). Sum of RGB (Red+Green+Blue) = 186+237+222=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDDE is #451221. Grayscale: #DCDCDC. Windows color (decimal): -4526626 or 14609850. OLE color: 14609850.

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

Color convert

RGB 186 237 222 -
CMYK 0.22 0 0.06 0.07
HSL 162.35º 0.59% 0.83% -
HSV(B) 162.35º 0.22% 0.93% -
XYZ 63.72 76.28 80.47 -
YUV 220.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 186 237 222 0.22 0 0.06 0.07 162.35 0.59 0.83
Hex BA ED DE 16 0 6 7 A2 3B 53
Octal 272 355 336 26 0 6 7 242 73 123
Binary 10111010 11101101 11011110 10110 0 110 111 10100010 111011 1010011

Color Harmonies of #BAEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDDE

Black with #BAEDDE

Text Example


Text Example

White with #BAEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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