Html Css Color HEX #BAEAC4 Granny Apple

📋 copy color: '#BAEAC4'

red 186 ◦ green 234 ◦ blue 196

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

Shades of Granny Apple #BAEAC4

Tints of Granny Apple #BAEAC4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.99%

 BLUE value IS 196 (76.95% from 255) = 31.82%

R = 30.19%
G = 37.99%
B = 31.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#BAEAC4 (or 0xBAEAC4) is known color: Granny Apple. HEX triplet: BA, EA and C4. RGB value is (186,234,196). Sum of RGB (Red+Green+Blue) = 186+234+196=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC4 is #45153B. Grayscale: #D7D7D7. Windows color (decimal): -4527420 or 12905146. OLE color: 12905146.

HSL color Cylindrical-coordinate representation of color #BAEAC4: hue angle of 132.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAC4 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 196 -
CMYK 0.21 0 0.16 0.08
HSL 132.5º 0.53% 0.82% -
HSV(B) 132.5º 0.21% 0.92% -
XYZ 59.64 73.27 63.22 -
YUV 215.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 186 234 196 0.21 0 0.16 0.08 132.5 0.53 0.82
Hex BA EA C4 15 0 10 8 84 35 52
Octal 272 352 304 25 0 20 10 204 65 122
Binary 10111010 11101010 11000100 10101 0 10000 1000 10000100 110101 1010010

Color Harmonies of #BAEAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAC4

Black with #BAEAC4

Text Example


Text Example

White with #BAEAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAC4; }

 p { color: rgb(186,234,196); }

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

background-color css

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

 a { background-color: rgb(186,234,196); }

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

border-color css

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

 span { border-color: rgb(186,234,196); }

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