Html Css Color HEX #BAFAC5 Granny Apple

📋 copy color: '#BAFAC5'

red 186 ◦ green 250 ◦ blue 197

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

Shades of Granny Apple #BAFAC5

Tints of Granny Apple #BAFAC5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.49%

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

R = 29.38%
G = 39.49%
B = 31.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#BAFAC5 (or 0xBAFAC5) is known color: Granny Apple. HEX triplet: BA, FA and C5. RGB value is (186,250,197). Sum of RGB (Red+Green+Blue) = 186+250+197=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAC5 is #45053A. Grayscale: #E0E0E0. Windows color (decimal): -4523323 or 12974778. OLE color: 12974778.

HSL color Cylindrical-coordinate representation of color #BAFAC5: hue angle of 130.31º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAC5 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 197 -
CMYK 0.26 0 0.21 0.02
HSL 130.31º 0.86% 0.85% -
HSV(B) 130.31º 0.26% 0.98% -
XYZ 64.51 82.84 65.41 -
YUV 224.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 186 250 197 0.26 0 0.21 0.02 130.31 0.86 0.85
Hex BA FA C5 1A 0 15 2 82 56 55
Octal 272 372 305 32 0 25 2 202 126 125
Binary 10111010 11111010 11000101 11010 0 10101 10 10000010 1010110 1010101

Color Harmonies of #BAFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFAC5

Black with #BAFAC5

Text Example


Text Example

White with #BAFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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