Html Css Color HEX #BCFBC5 Granny Apple

📋 copy color: '#BCFBC5'

red 188 ◦ green 251 ◦ blue 197

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

Shades of Granny Apple #BCFBC5

Tints of Granny Apple #BCFBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.97%

R = 29.56%
G = 39.47%
B = 30.97%

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

#BCFBC5 (or 0xBCFBC5) is known color: Granny Apple. HEX triplet: BC, FB and C5. RGB value is (188,251,197). Sum of RGB (Red+Green+Blue) = 188+251+197=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC5 is #43043A. Grayscale: #E2E2E2. Windows color (decimal): -4391995 or 12975036. OLE color: 12975036.

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

Color convert

RGB 188 251 197 -
CMYK 0.25 0 0.22 0.02
HSL 128.57º 0.89% 0.86% -
HSV(B) 128.57º 0.25% 0.98% -
XYZ 65.31 83.72 65.54 -
YUV 226.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 188 251 197 0.25 0 0.22 0.02 128.57 0.89 0.86
Hex BC FB C5 19 0 16 2 81 59 56
Octal 274 373 305 31 0 26 2 201 131 126
Binary 10111100 11111011 11000101 11001 0 10110 10 10000001 1011001 1010110

Color Harmonies of #BCFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBC5

Black with #BCFBC5

Text Example


Text Example

White with #BCFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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