Html Css Color HEX #BAEAC5 Granny Apple

📋 copy color: '#BAEAC5'

red 186 ◦ green 234 ◦ blue 197

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

Shades of Granny Apple #BAEAC5

Tints of Granny Apple #BAEAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.93%

R = 30.15%
G = 37.93%
B = 31.93%

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

#BAEAC5 (or 0xBAEAC5) is known color: Granny Apple. HEX triplet: BA, EA and C5. RGB value is (186,234,197). Sum of RGB (Red+Green+Blue) = 186+234+197=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC5 is #45153A. Grayscale: #D7D7D7. Windows color (decimal): -4527419 or 12970682. OLE color: 12970682.

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

Color convert

RGB 186 234 197 -
CMYK 0.21 0 0.16 0.08
HSL 133.75º 0.53% 0.82% -
HSV(B) 133.75º 0.21% 0.92% -
XYZ 59.75 73.32 63.83 -
YUV 215.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 186 234 197 0.21 0 0.16 0.08 133.75 0.53 0.82
Hex BA EA C5 15 0 10 8 86 35 52
Octal 272 352 305 25 0 20 10 206 65 122
Binary 10111010 11101010 11000101 10101 0 10000 1000 10000110 110101 1010010

Color Harmonies of #BAEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAC5

Black with #BAEAC5

Text Example


Text Example

White with #BAEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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