Html Css Color HEX #BCFCC3 Granny Apple

📋 copy color: '#BCFCC3'

red 188 ◦ green 252 ◦ blue 195

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

Shades of Granny Apple #BCFCC3

Tints of Granny Apple #BCFCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.71%

R = 29.61%
G = 39.69%
B = 30.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#BCFCC3 (or 0xBCFCC3) is known color: Granny Apple. HEX triplet: BC, FC and C3. RGB value is (188,252,195). Sum of RGB (Red+Green+Blue) = 188+252+195=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC3 is #43033C. Grayscale: #E2E2E2. Windows color (decimal): -4391741 or 12844220. OLE color: 12844220.

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

Color convert

RGB 188 252 195 -
CMYK 0.25 0 0.23 0.01
HSL 126.56º 0.91% 0.86% -
HSV(B) 126.56º 0.25% 0.99% -
XYZ 65.4 84.25 64.45 -
YUV 226.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 188 252 195 0.25 0 0.23 0.01 126.56 0.91 0.86
Hex BC FC C3 19 0 17 1 7F 5B 56
Octal 274 374 303 31 0 27 1 177 133 126
Binary 10111100 11111100 11000011 11001 0 10111 1 1111111 1011011 1010110

Color Harmonies of #BCFCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCC3

Black with #BCFCC3

Text Example


Text Example

White with #BCFCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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