Html Css Color HEX #BCFAC4 Granny Apple

📋 copy color: '#BCFAC4'

red 188 ◦ green 250 ◦ blue 196

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

Shades of Granny Apple #BCFAC4

Tints of Granny Apple #BCFAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.91%

R = 29.65%
G = 39.43%
B = 30.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#BCFAC4 (or 0xBCFAC4) is known color: Granny Apple. HEX triplet: BC, FA and C4. RGB value is (188,250,196). Sum of RGB (Red+Green+Blue) = 188+250+196=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC4 is #43053B. Grayscale: #E1E1E1. Windows color (decimal): -4392252 or 12909244. OLE color: 12909244.

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

Color convert

RGB 188 250 196 -
CMYK 0.25 0 0.22 0.02
HSL 127.74º 0.86% 0.86% -
HSV(B) 127.74º 0.25% 0.98% -
XYZ 64.89 83.05 64.83 -
YUV 225.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 188 250 196 0.25 0 0.22 0.02 127.74 0.86 0.86
Hex BC FA C4 19 0 16 2 80 56 56
Octal 274 372 304 31 0 26 2 200 126 126
Binary 10111100 11111010 11000100 11001 0 10110 10 10000000 1010110 1010110

Color Harmonies of #BCFAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAC4

Black with #BCFAC4

Text Example


Text Example

White with #BCFAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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