Html Css Color HEX #BAEEE6 Water Leaf

📋 copy color: '#BAEEE6'

red 186 ◦ green 238 ◦ blue 230

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

Shades of Water Leaf #BAEEE6

Tints of Water Leaf #BAEEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 28.44%
G = 36.39%
B = 35.17%

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

#BAEEE6 (or 0xBAEEE6) is known color: Water Leaf. HEX triplet: BA, EE and E6. RGB value is (186,238,230). Sum of RGB (Red+Green+Blue) = 186+238+230=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEE6 is #451119. Grayscale: #DDDDDD. Windows color (decimal): -4526362 or 15134394. OLE color: 15134394.

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

Color convert

RGB 186 238 230 -
CMYK 0.22 0 0.03 0.07
HSL 170.77º 0.6% 0.83% -
HSV(B) 170.77º 0.22% 0.93% -
XYZ 65.11 77.3 86.35 -
YUV 221.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 186 238 230 0.22 0 0.03 0.07 170.77 0.6 0.83
Hex BA EE E6 16 0 3 7 AB 3C 53
Octal 272 356 346 26 0 3 7 253 74 123
Binary 10111010 11101110 11100110 10110 0 11 111 10101011 111100 1010011

Color Harmonies of #BAEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEE6

Black with #BAEEE6

Text Example


Text Example

White with #BAEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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