Html Css Color HEX #BFFEC2 Granny Apple

📋 copy color: '#BFFEC2'

red 191 ◦ green 254 ◦ blue 194

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

Shades of Granny Apple #BFFEC2

Tints of Granny Apple #BFFEC2

RGB

 RED value IS 191 (75% from 255) = 29.89%

 GREEN value IS 254 (99.61% from 255) = 39.75%

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

R = 29.89%
G = 39.75%
B = 30.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#BFFEC2 (or 0xBFFEC2) is known color: Granny Apple. HEX triplet: BF, FE and C2. RGB value is (191,254,194). Sum of RGB (Red+Green+Blue) = 191+254+194=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEC2 is #40013D. Grayscale: #E4E4E4. Windows color (decimal): -4194622 or 12779199. OLE color: 12779199.

HSL color Cylindrical-coordinate representation of color #BFFEC2: hue angle of 122.86º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFEC2 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 254 194 -
CMYK 0.25 0 0.24 0.00
HSL 122.86º 0.97% 0.87% -
HSV(B) 122.86º 0.25% 1% -
XYZ 66.67 85.86 64.1 -
YUV 228.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 191 254 194 0.25 0 0.24 0.00 122.86 0.97 0.87
Hex BF FE C2 19 0 18 0 7B 61 57
Octal 277 376 302 31 0 30 0 173 141 127
Binary 10111111 11111110 11000010 11001 0 11000 0 1111011 1100001 1010111

Color Harmonies of #BFFEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEC2

Black with #BFFEC2

Text Example


Text Example

White with #BFFEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEC2; }

 p { color: rgb(191,254,194); }

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

background-color css

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

 a { background-color: rgb(191,254,194); }

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

border-color css

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

 span { border-color: rgb(191,254,194); }

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