Html Css Color HEX #BCFCC9 Granny Apple

📋 copy color: '#BCFCC9'

red 188 ◦ green 252 ◦ blue 201

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

Shades of Granny Apple #BCFCC9

Tints of Granny Apple #BCFCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.36%

R = 29.33%
G = 39.31%
B = 31.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#BCFCC9 (or 0xBCFCC9) is known color: Granny Apple. HEX triplet: BC, FC and C9. RGB value is (188,252,201). Sum of RGB (Red+Green+Blue) = 188+252+201=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC9 is #430336. Grayscale: #E3E3E3. Windows color (decimal): -4391735 or 13237436. OLE color: 13237436.

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

Color convert

RGB 188 252 201 -
CMYK 0.25 0 0.20 0.01
HSL 132.19º 0.91% 0.86% -
HSV(B) 132.19º 0.25% 0.99% -
XYZ 66.09 84.53 68.09 -
YUV 227.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 188 252 201 0.25 0 0.20 0.01 132.19 0.91 0.86
Hex BC FC C9 19 0 14 1 84 5B 56
Octal 274 374 311 31 0 24 1 204 133 126
Binary 10111100 11111100 11001001 11001 0 10100 1 10000100 1011011 1010110

Color Harmonies of #BCFCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCC9

Black with #BCFCC9

Text Example


Text Example

White with #BCFCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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