Html Css Color HEX #BAEBC5 Granny Apple

📋 copy color: '#BAEBC5'

red 186 ◦ green 235 ◦ blue 197

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

Shades of Granny Apple #BAEBC5

Tints of Granny Apple #BAEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.03%

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

R = 30.1%
G = 38.03%
B = 31.88%

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

#BAEBC5 (or 0xBAEBC5) is known color: Granny Apple. HEX triplet: BA, EB and C5. RGB value is (186,235,197). Sum of RGB (Red+Green+Blue) = 186+235+197=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBC5 is #45143A. Grayscale: #D8D8D8. Windows color (decimal): -4527163 or 12970938. OLE color: 12970938.

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

Color convert

RGB 186 235 197 -
CMYK 0.21 0 0.16 0.08
HSL 133.47º 0.55% 0.83% -
HSV(B) 133.47º 0.21% 0.92% -
XYZ 60.04 73.89 63.92 -
YUV 216.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 186 235 197 0.21 0 0.16 0.08 133.47 0.55 0.83
Hex BA EB C5 15 0 10 8 85 37 53
Octal 272 353 305 25 0 20 10 205 67 123
Binary 10111010 11101011 11000101 10101 0 10000 1000 10000101 110111 1010011

Color Harmonies of #BAEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBC5

Black with #BAEBC5

Text Example


Text Example

White with #BAEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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