Html Css Color HEX #BCFBC3 Granny Apple

📋 copy color: '#BCFBC3'

red 188 ◦ green 251 ◦ blue 195

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

Shades of Granny Apple #BCFBC3

Tints of Granny Apple #BCFBC3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.59%

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

R = 29.65%
G = 39.59%
B = 30.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#BCFBC3 (or 0xBCFBC3) is known color: Granny Apple. HEX triplet: BC, FB and C3. RGB value is (188,251,195). Sum of RGB (Red+Green+Blue) = 188+251+195=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC3 is #43043C. Grayscale: #E1E1E1. Windows color (decimal): -4391997 or 12843964. OLE color: 12843964.

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

Color convert

RGB 188 251 195 -
CMYK 0.25 0 0.22 0.02
HSL 126.67º 0.89% 0.86% -
HSV(B) 126.67º 0.25% 0.98% -
XYZ 65.09 83.63 64.34 -
YUV 225.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 188 251 195 0.25 0 0.22 0.02 126.67 0.89 0.86
Hex BC FB C3 19 0 16 2 7F 59 56
Octal 274 373 303 31 0 26 2 177 131 126
Binary 10111100 11111011 11000011 11001 0 10110 10 1111111 1011001 1010110

Color Harmonies of #BCFBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBC3

Black with #BCFBC3

Text Example


Text Example

White with #BCFBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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