Html Css Color HEX #BCFAC9 Granny Apple

📋 copy color: '#BCFAC9'

red 188 ◦ green 250 ◦ blue 201

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

Shades of Granny Apple #BCFAC9

Tints of Granny Apple #BCFAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.46%

R = 29.42%
G = 39.12%
B = 31.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#BCFAC9 (or 0xBCFAC9) is known color: Granny Apple. HEX triplet: BC, FA and C9. RGB value is (188,250,201). Sum of RGB (Red+Green+Blue) = 188+250+201=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC9 is #430536. Grayscale: #E2E2E2. Windows color (decimal): -4392247 or 13236924. OLE color: 13236924.

HSL color Cylindrical-coordinate representation of color #BCFAC9: hue angle of 132.58º 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 #BCFAC9 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 201 -
CMYK 0.25 0 0.20 0.02
HSL 132.58º 0.86% 0.86% -
HSV(B) 132.58º 0.25% 0.98% -
XYZ 65.47 83.28 67.88 -
YUV 225.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 188 250 201 0.25 0 0.20 0.02 132.58 0.86 0.86
Hex BC FA C9 19 0 14 2 85 56 56
Octal 274 372 311 31 0 24 2 205 126 126
Binary 10111100 11111010 11001001 11001 0 10100 10 10000101 1010110 1010110

Color Harmonies of #BCFAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAC9

Black with #BCFAC9

Text Example


Text Example

White with #BCFAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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