Html Css Color HEX #BAEEE0 Water Leaf

📋 copy color: '#BAEEE0'

red 186 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #BAEEE0

Tints of Water Leaf #BAEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.73%

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

R = 28.7%
G = 36.73%
B = 34.57%

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

#BAEEE0 (or 0xBAEEE0) is known color: Water Leaf. HEX triplet: BA, EE and E0. RGB value is (186,238,224). Sum of RGB (Red+Green+Blue) = 186+238+224=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE0 is #45111F. Grayscale: #DCDCDC. Windows color (decimal): -4526368 or 14741178. OLE color: 14741178.

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

Color convert

RGB 186 238 224 -
CMYK 0.22 0 0.06 0.07
HSL 163.85º 0.6% 0.83% -
HSV(B) 163.85º 0.22% 0.93% -
XYZ 64.28 76.97 81.99 -
YUV 220.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 186 238 224 0.22 0 0.06 0.07 163.85 0.6 0.83
Hex BA EE E0 16 0 6 7 A4 3C 53
Octal 272 356 340 26 0 6 7 244 74 123
Binary 10111010 11101110 11100000 10110 0 110 111 10100100 111100 1010011

Color Harmonies of #BAEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEE0

Black with #BAEEE0

Text Example


Text Example

White with #BAEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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