Html Css Color HEX #BAEAE0 Water Leaf

📋 copy color: '#BAEAE0'

red 186 ◦ green 234 ◦ blue 224

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

Shades of Water Leaf #BAEAE0

Tints of Water Leaf #BAEAE0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.34%

 BLUE value IS 224 (87.89% from 255) = 34.78%

R = 28.88%
G = 36.34%
B = 34.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#BAEAE0 (or 0xBAEAE0) is known color: Water Leaf. HEX triplet: BA, EA and E0. RGB value is (186,234,224). Sum of RGB (Red+Green+Blue) = 186+234+224=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAE0 is #45151F. Grayscale: #DADADA. Windows color (decimal): -4527392 or 14740154. OLE color: 14740154.

HSL color Cylindrical-coordinate representation of color #BAEAE0: hue angle of 167.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAE0 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 224 -
CMYK 0.21 0 0.04 0.08
HSL 167.5º 0.53% 0.82% -
HSV(B) 167.5º 0.21% 0.92% -
XYZ 63.13 74.67 81.61 -
YUV 218.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 186 234 224 0.21 0 0.04 0.08 167.5 0.53 0.82
Hex BA EA E0 15 0 4 8 A8 35 52
Octal 272 352 340 25 0 4 10 250 65 122
Binary 10111010 11101010 11100000 10101 0 100 1000 10101000 110101 1010010

Color Harmonies of #BAEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAE0

Black with #BAEAE0

Text Example


Text Example

White with #BAEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAE0; }

 p { color: rgb(186,234,224); }

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

background-color css

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

 a { background-color: rgb(186,234,224); }

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

border-color css

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

 span { border-color: rgb(186,234,224); }

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