Html Css Color HEX #BAEEE7 Water Leaf

📋 copy color: '#BAEEE7'

red 186 ◦ green 238 ◦ blue 231

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

Shades of Water Leaf #BAEEE7

Tints of Water Leaf #BAEEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.27%

R = 28.4%
G = 36.34%
B = 35.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BAEEE7 (or 0xBAEEE7) is known color: Water Leaf. HEX triplet: BA, EE and E7. RGB value is (186,238,231). Sum of RGB (Red+Green+Blue) = 186+238+231=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEE7 is #451118. Grayscale: #DDDDDD. Windows color (decimal): -4526361 or 15199930. OLE color: 15199930.

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

Color convert

RGB 186 238 231 -
CMYK 0.22 0 0.03 0.07
HSL 171.92º 0.6% 0.83% -
HSV(B) 171.92º 0.22% 0.93% -
XYZ 65.25 77.36 87.09 -
YUV 221.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 186 238 231 0.22 0 0.03 0.07 171.92 0.6 0.83
Hex BA EE E7 16 0 3 7 AC 3C 53
Octal 272 356 347 26 0 3 7 254 74 123
Binary 10111010 11101110 11100111 10110 0 11 111 10101100 111100 1010011

Color Harmonies of #BAEEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEE7

Black with #BAEEE7

Text Example


Text Example

White with #BAEEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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