Html Css Color HEX #BAE2DD Water Leaf

📋 copy color: '#BAE2DD'

red 186 ◦ green 226 ◦ blue 221

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

Shades of Water Leaf #BAE2DD

Tints of Water Leaf #BAE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.7%

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 29.38%
G = 35.7%
B = 34.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BAE2DD (or 0xBAE2DD) is known color: Water Leaf. HEX triplet: BA, E2 and DD. RGB value is (186,226,221). Sum of RGB (Red+Green+Blue) = 186+226+221=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DD is #451D22. Grayscale: #D5D5D5. Windows color (decimal): -4529443 or 14541498. OLE color: 14541498.

HSL color Cylindrical-coordinate representation of color #BAE2DD: hue angle of 172.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE2DD is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 221 -
CMYK 0.18 0 0.02 0.11
HSL 172.5º 0.41% 0.81% -
HSV(B) 172.5º 0.18% 0.89% -
XYZ 60.5 70.05 78.74 -
YUV 213.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 186 226 221 0.18 0 0.02 0.11 172.5 0.41 0.81
Hex BA E2 DD 12 0 2 B AC 29 51
Octal 272 342 335 22 0 2 13 254 51 121
Binary 10111010 11100010 11011101 10010 0 10 1011 10101100 101001 1010001

Color Harmonies of #BAE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE2DD

Black with #BAE2DD

Text Example


Text Example

White with #BAE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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