Html Css Color HEX #BAEDDC Water Leaf

📋 copy color: '#BAEDDC'

red 186 ◦ green 237 ◦ blue 220

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

Shades of Water Leaf #BAEDDC

Tints of Water Leaf #BAEDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.21%

R = 28.93%
G = 36.86%
B = 34.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#BAEDDC (or 0xBAEDDC) is known color: Water Leaf. HEX triplet: BA, ED and DC. RGB value is (186,237,220). Sum of RGB (Red+Green+Blue) = 186+237+220=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDDC is #451223. Grayscale: #DBDBDB. Windows color (decimal): -4526628 or 14478778. OLE color: 14478778.

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

Color convert

RGB 186 237 220 -
CMYK 0.22 0 0.07 0.07
HSL 160º 0.59% 0.83% -
HSV(B) 160º 0.22% 0.93% -
XYZ 63.45 76.17 79.07 -
YUV 219.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 186 237 220 0.22 0 0.07 0.07 160 0.59 0.83
Hex BA ED DC 16 0 7 7 A0 3B 53
Octal 272 355 334 26 0 7 7 240 73 123
Binary 10111010 11101101 11011100 10110 0 111 111 10100000 111011 1010011

Color Harmonies of #BAEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDDC

Black with #BAEDDC

Text Example


Text Example

White with #BAEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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