Html Css Color HEX #BAECE2 Water Leaf

📋 copy color: '#BAECE2'

red 186 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #BAECE2

Tints of Water Leaf #BAECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.42%

 BLUE value IS 226 (88.67% from 255) = 34.88%

R = 28.7%
G = 36.42%
B = 34.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#BAECE2 (or 0xBAECE2) is known color: Water Leaf. HEX triplet: BA, EC and E2. RGB value is (186,236,226). Sum of RGB (Red+Green+Blue) = 186+236+226=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECE2 is #45131D. Grayscale: #DBDBDB. Windows color (decimal): -4526878 or 14871738. OLE color: 14871738.

HSL color Cylindrical-coordinate representation of color #BAECE2: hue angle of 168º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECE2 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 226 -
CMYK 0.21 0 0.04 0.07
HSL 168º 0.57% 0.83% -
HSV(B) 168º 0.21% 0.93% -
XYZ 63.97 75.92 83.23 -
YUV 219.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 186 236 226 0.21 0 0.04 0.07 168 0.57 0.83
Hex BA EC E2 15 0 4 7 A8 39 53
Octal 272 354 342 25 0 4 7 250 71 123
Binary 10111010 11101100 11100010 10101 0 100 111 10101000 111001 1010011

Color Harmonies of #BAECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECE2

Black with #BAECE2

Text Example


Text Example

White with #BAECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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