Html Css Color HEX #BAECE0 Water Leaf

📋 copy color: '#BAECE0'

red 186 ◦ green 236 ◦ blue 224

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

Shades of Water Leaf #BAECE0

Tints of Water Leaf #BAECE0

RGB

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

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

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

R = 28.79%
G = 36.53%
B = 34.67%

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

#BAECE0 (or 0xBAECE0) is known color: Water Leaf. HEX triplet: BA, EC and E0. RGB value is (186,236,224). Sum of RGB (Red+Green+Blue) = 186+236+224=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECE0 is #45131F. Grayscale: #DBDBDB. Windows color (decimal): -4526880 or 14740666. OLE color: 14740666.

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

Color convert

RGB 186 236 224 -
CMYK 0.21 0 0.05 0.07
HSL 165.6º 0.57% 0.83% -
HSV(B) 165.6º 0.21% 0.93% -
XYZ 63.7 75.81 81.8 -
YUV 219.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 186 236 224 0.21 0 0.05 0.07 165.6 0.57 0.83
Hex BA EC E0 15 0 5 7 A6 39 53
Octal 272 354 340 25 0 5 7 246 71 123
Binary 10111010 11101100 11100000 10101 0 101 111 10100110 111001 1010011

Color Harmonies of #BAECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECE0

Black with #BAECE0

Text Example


Text Example

White with #BAECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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