Html Css Color HEX #BAECE1 Water Leaf

📋 copy color: '#BAECE1'

red 186 ◦ green 236 ◦ blue 225

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

Shades of Water Leaf #BAECE1

Tints of Water Leaf #BAECE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.78%

R = 28.75%
G = 36.48%
B = 34.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BAECE1 (or 0xBAECE1) is known color: Water Leaf. HEX triplet: BA, EC and E1. RGB value is (186,236,225). Sum of RGB (Red+Green+Blue) = 186+236+225=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECE1 is #45131E. Grayscale: #DBDBDB. Windows color (decimal): -4526879 or 14806202. OLE color: 14806202.

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

Color convert

RGB 186 236 225 -
CMYK 0.21 0 0.05 0.07
HSL 166.8º 0.57% 0.83% -
HSV(B) 166.8º 0.21% 0.93% -
XYZ 63.84 75.87 82.51 -
YUV 219.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 186 236 225 0.21 0 0.05 0.07 166.8 0.57 0.83
Hex BA EC E1 15 0 5 7 A7 39 53
Octal 272 354 341 25 0 5 7 247 71 123
Binary 10111010 11101100 11100001 10101 0 101 111 10100111 111001 1010011

Color Harmonies of #BAECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECE1

Black with #BAECE1

Text Example


Text Example

White with #BAECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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