Html Css Color HEX #BAFEC6 Granny Apple

📋 copy color: '#BAFEC6'

red 186 ◦ green 254 ◦ blue 198

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

Shades of Granny Apple #BAFEC6

Tints of Granny Apple #BAFEC6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.81%

 BLUE value IS 198 (77.73% from 255) = 31.03%

R = 29.15%
G = 39.81%
B = 31.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#BAFEC6 (or 0xBAFEC6) is known color: Granny Apple. HEX triplet: BA, FE and C6. RGB value is (186,254,198). Sum of RGB (Red+Green+Blue) = 186+254+198=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC6 is #450139. Grayscale: #E3E3E3. Windows color (decimal): -4522298 or 13041338. OLE color: 13041338.

HSL color Cylindrical-coordinate representation of color #BAFEC6: hue angle of 130.59º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEC6 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 198 -
CMYK 0.27 0 0.22 0.00
HSL 130.59º 0.97% 0.86% -
HSV(B) 130.59º 0.27% 1% -
XYZ 65.88 85.4 66.44 -
YUV 227.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 186 254 198 0.27 0 0.22 0.00 130.59 0.97 0.86
Hex BA FE C6 1B 0 16 0 83 61 56
Octal 272 376 306 33 0 26 0 203 141 126
Binary 10111010 11111110 11000110 11011 0 10110 0 10000011 1100001 1010110

Color Harmonies of #BAFEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFEC6

Black with #BAFEC6

Text Example


Text Example

White with #BAFEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFEC6; }

 p { color: rgb(186,254,198); }

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

background-color css

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

 a { background-color: rgb(186,254,198); }

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

border-color css

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

 span { border-color: rgb(186,254,198); }

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