Html Css Color HEX #BAEDE2 Water Leaf

📋 copy color: '#BAEDE2'

red 186 ◦ green 237 ◦ blue 226

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

Shades of Water Leaf #BAEDE2

Tints of Water Leaf #BAEDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.82%

R = 28.66%
G = 36.52%
B = 34.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BAEDE2 (or 0xBAEDE2) is known color: Water Leaf. HEX triplet: BA, ED and E2. RGB value is (186,237,226). Sum of RGB (Red+Green+Blue) = 186+237+226=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDE2 is #45121D. Grayscale: #DCDCDC. Windows color (decimal): -4526622 or 14871994. OLE color: 14871994.

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

Color convert

RGB 186 237 226 -
CMYK 0.22 0 0.05 0.07
HSL 167.06º 0.59% 0.83% -
HSV(B) 167.06º 0.22% 0.93% -
XYZ 64.26 76.5 83.33 -
YUV 220.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 186 237 226 0.22 0 0.05 0.07 167.06 0.59 0.83
Hex BA ED E2 16 0 5 7 A7 3B 53
Octal 272 355 342 26 0 5 7 247 73 123
Binary 10111010 11101101 11100010 10110 0 101 111 10100111 111011 1010011

Color Harmonies of #BAEDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDE2

Black with #BAEDE2

Text Example


Text Example

White with #BAEDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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