Html Css Color HEX #BCFFC0 Granny Apple

📋 copy color: '#BCFFC0'

red 188 ◦ green 255 ◦ blue 192

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

Shades of Granny Apple #BCFFC0

Tints of Granny Apple #BCFFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 40.16%

 BLUE value IS 192 (75.39% from 255) = 30.24%

R = 29.61%
G = 40.16%
B = 30.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#BCFFC0 (or 0xBCFFC0) is known color: Granny Apple. HEX triplet: BC, FF and C0. RGB value is (188,255,192). Sum of RGB (Red+Green+Blue) = 188+255+192=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC0 is #43003F. Grayscale: #E3E3E3. Windows color (decimal): -4390976 or 12648380. OLE color: 12648380.

HSL color Cylindrical-coordinate representation of color #BCFFC0: hue angle of 123.58º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFC0 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 192 -
CMYK 0.26 0 0.25 0
HSL 123.58º 1% 0.87% -
HSV(B) 123.58º 0.26% 1% -
XYZ 66.01 86.02 62.99 -
YUV 227.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 188 255 192 0.26 0 0.25 0 123.58 1 0.87
Hex BC FF C0 1A 0 19 0 7C 64 57
Octal 274 377 300 32 0 31 0 174 144 127
Binary 10111100 11111111 11000000 11010 0 11001 0 1111100 1100100 1010111

Color Harmonies of #BCFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFC0

Black with #BCFFC0

Text Example


Text Example

White with #BCFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFC0; }

 p { color: rgb(188,255,192); }

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

background-color css

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

 a { background-color: rgb(188,255,192); }

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

border-color css

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

 span { border-color: rgb(188,255,192); }

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