Html Css Color HEX #BCFCC6 Granny Apple

📋 copy color: '#BCFCC6'

red 188 ◦ green 252 ◦ blue 198

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

Shades of Granny Apple #BCFCC6

Tints of Granny Apple #BCFCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.03%

R = 29.47%
G = 39.5%
B = 31.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#BCFCC6 (or 0xBCFCC6) is known color: Granny Apple. HEX triplet: BC, FC and C6. RGB value is (188,252,198). Sum of RGB (Red+Green+Blue) = 188+252+198=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC6 is #430339. Grayscale: #E2E2E2. Windows color (decimal): -4391738 or 13040828. OLE color: 13040828.

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

Color convert

RGB 188 252 198 -
CMYK 0.25 0 0.21 0.01
HSL 129.38º 0.91% 0.86% -
HSV(B) 129.38º 0.25% 0.99% -
XYZ 65.74 84.39 66.25 -
YUV 226.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 188 252 198 0.25 0 0.21 0.01 129.38 0.91 0.86
Hex BC FC C6 19 0 15 1 81 5B 56
Octal 274 374 306 31 0 25 1 201 133 126
Binary 10111100 11111100 11000110 11001 0 10101 1 10000001 1011011 1010110

Color Harmonies of #BCFCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCC6

Black with #BCFCC6

Text Example


Text Example

White with #BCFCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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