Html Css Color HEX #BCFBC6 Granny Apple

📋 copy color: '#BCFBC6'

red 188 ◦ green 251 ◦ blue 198

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

Shades of Granny Apple #BCFBC6

Tints of Granny Apple #BCFBC6

RGB

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

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

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

R = 29.51%
G = 39.4%
B = 31.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#BCFBC6 (or 0xBCFBC6) is known color: Granny Apple. HEX triplet: BC, FB and C6. RGB value is (188,251,198). Sum of RGB (Red+Green+Blue) = 188+251+198=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC6 is #430439. Grayscale: #E2E2E2. Windows color (decimal): -4391994 or 13040572. OLE color: 13040572.

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

Color convert

RGB 188 251 198 -
CMYK 0.25 0 0.21 0.02
HSL 129.52º 0.89% 0.86% -
HSV(B) 129.52º 0.25% 0.98% -
XYZ 65.43 83.76 66.15 -
YUV 226.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 188 251 198 0.25 0 0.21 0.02 129.52 0.89 0.86
Hex BC FB C6 19 0 15 2 82 59 56
Octal 274 373 306 31 0 25 2 202 131 126
Binary 10111100 11111011 11000110 11001 0 10101 10 10000010 1011001 1010110

Color Harmonies of #BCFBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBC6

Black with #BCFBC6

Text Example


Text Example

White with #BCFBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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