Html Css Color HEX #BCFAC1 Granny Apple

📋 copy color: '#BCFAC1'

red 188 ◦ green 250 ◦ blue 193

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

Shades of Granny Apple #BCFAC1

Tints of Granny Apple #BCFAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.59%

R = 29.79%
G = 39.62%
B = 30.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#BCFAC1 (or 0xBCFAC1) is known color: Granny Apple. HEX triplet: BC, FA and C1. RGB value is (188,250,193). Sum of RGB (Red+Green+Blue) = 188+250+193=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC1 is #43053E. Grayscale: #E1E1E1. Windows color (decimal): -4392255 or 12712636. OLE color: 12712636.

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

Color convert

RGB 188 250 193 -
CMYK 0.25 0 0.23 0.02
HSL 124.84º 0.86% 0.86% -
HSV(B) 124.84º 0.25% 0.98% -
XYZ 64.55 82.91 63.05 -
YUV 224.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 188 250 193 0.25 0 0.23 0.02 124.84 0.86 0.86
Hex BC FA C1 19 0 17 2 7D 56 56
Octal 274 372 301 31 0 27 2 175 126 126
Binary 10111100 11111010 11000001 11001 0 10111 10 1111101 1010110 1010110

Color Harmonies of #BCFAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAC1

Black with #BCFAC1

Text Example


Text Example

White with #BCFAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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