Html Css Color HEX #BCFAC6 Granny Apple

📋 copy color: '#BCFAC6'

red 188 ◦ green 250 ◦ blue 198

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

Shades of Granny Apple #BCFAC6

Tints of Granny Apple #BCFAC6

RGB

 RED value IS 188 (73.83% from 255) = 29.56%

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

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

R = 29.56%
G = 39.31%
B = 31.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#BCFAC6 (or 0xBCFAC6) is known color: Granny Apple. HEX triplet: BC, FA and C6. RGB value is (188,250,198). Sum of RGB (Red+Green+Blue) = 188+250+198=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC6 is #430539. Grayscale: #E1E1E1. Windows color (decimal): -4392250 or 13040316. OLE color: 13040316.

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

Color convert

RGB 188 250 198 -
CMYK 0.25 0 0.21 0.02
HSL 129.68º 0.86% 0.86% -
HSV(B) 129.68º 0.25% 0.98% -
XYZ 65.12 83.14 66.04 -
YUV 225.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 188 250 198 0.25 0 0.21 0.02 129.68 0.86 0.86
Hex BC FA C6 19 0 15 2 82 56 56
Octal 274 372 306 31 0 25 2 202 126 126
Binary 10111100 11111010 11000110 11001 0 10101 10 10000010 1010110 1010110

Color Harmonies of #BCFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAC6

Black with #BCFAC6

Text Example


Text Example

White with #BCFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAC6; }

 p { color: rgb(188,250,198); }

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

background-color css

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

 a { background-color: rgb(188,250,198); }

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

border-color css

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

 span { border-color: rgb(188,250,198); }

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