Html Css Color HEX #BCFCC4 Granny Apple

📋 copy color: '#BCFCC4'

red 188 ◦ green 252 ◦ blue 196

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

Shades of Granny Apple #BCFCC4

Tints of Granny Apple #BCFCC4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.62%

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

R = 29.56%
G = 39.62%
B = 30.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#BCFCC4 (or 0xBCFCC4) is known color: Granny Apple. HEX triplet: BC, FC and C4. RGB value is (188,252,196). Sum of RGB (Red+Green+Blue) = 188+252+196=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC4 is #43033B. Grayscale: #E2E2E2. Windows color (decimal): -4391740 or 12909756. OLE color: 12909756.

HSL color Cylindrical-coordinate representation of color #BCFCC4: hue angle of 127.5º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCC4 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 196 -
CMYK 0.25 0 0.22 0.01
HSL 127.5º 0.91% 0.86% -
HSV(B) 127.5º 0.25% 0.99% -
XYZ 65.51 84.3 65.04 -
YUV 226.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 188 252 196 0.25 0 0.22 0.01 127.5 0.91 0.86
Hex BC FC C4 19 0 16 1 80 5B 56
Octal 274 374 304 31 0 26 1 200 133 126
Binary 10111100 11111100 11000100 11001 0 10110 1 10000000 1011011 1010110

Color Harmonies of #BCFCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCC4

Black with #BCFCC4

Text Example


Text Example

White with #BCFCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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