Html Css Color HEX #BCFBC2 Granny Apple

📋 copy color: '#BCFBC2'

red 188 ◦ green 251 ◦ blue 194

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

Shades of Granny Apple #BCFBC2

Tints of Granny Apple #BCFBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.65%

R = 29.7%
G = 39.65%
B = 30.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#BCFBC2 (or 0xBCFBC2) is known color: Granny Apple. HEX triplet: BC, FB and C2. RGB value is (188,251,194). Sum of RGB (Red+Green+Blue) = 188+251+194=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC2 is #43043D. Grayscale: #E1E1E1. Windows color (decimal): -4391998 or 12778428. OLE color: 12778428.

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

Color convert

RGB 188 251 194 -
CMYK 0.25 0 0.23 0.02
HSL 125.71º 0.89% 0.86% -
HSV(B) 125.71º 0.25% 0.98% -
XYZ 64.97 83.58 63.75 -
YUV 225.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 188 251 194 0.25 0 0.23 0.02 125.71 0.89 0.86
Hex BC FB C2 19 0 17 2 7E 59 56
Octal 274 373 302 31 0 27 2 176 131 126
Binary 10111100 11111011 11000010 11001 0 10111 10 1111110 1011001 1010110

Color Harmonies of #BCFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBC2

Black with #BCFBC2

Text Example


Text Example

White with #BCFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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