Html Css Color HEX #BFFED0 Granny Apple

📋 copy color: '#BFFED0'

red 191 ◦ green 254 ◦ blue 208

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

Shades of Granny Apple #BFFED0

Tints of Granny Apple #BFFED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.85%

R = 29.25%
G = 38.9%
B = 31.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#BFFED0 (or 0xBFFED0) is known color: Granny Apple. HEX triplet: BF, FE and D0. RGB value is (191,254,208). Sum of RGB (Red+Green+Blue) = 191+254+208=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFED0 is #40012F. Grayscale: #E6E6E6. Windows color (decimal): -4194608 or 13696703. OLE color: 13696703.

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

Color convert

RGB 191 254 208 -
CMYK 0.25 0 0.18 0.00
HSL 136.19º 0.97% 0.87% -
HSV(B) 136.19º 0.25% 1% -
XYZ 68.31 86.51 72.77 -
YUV 229.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 191 254 208 0.25 0 0.18 0.00 136.19 0.97 0.87
Hex BF FE D0 19 0 12 0 88 61 57
Octal 277 376 320 31 0 22 0 210 141 127
Binary 10111111 11111110 11010000 11001 0 10010 0 10001000 1100001 1010111

Color Harmonies of #BFFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFED0

Black with #BFFED0

Text Example


Text Example

White with #BFFED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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