Html Css Color HEX #BFFED3 Granny Apple

📋 copy color: '#BFFED3'

red 191 ◦ green 254 ◦ blue 211

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

Shades of Granny Apple #BFFED3

Tints of Granny Apple #BFFED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.16%

R = 29.12%
G = 38.72%
B = 32.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#BFFED3 (or 0xBFFED3) is known color: Granny Apple. HEX triplet: BF, FE and D3. RGB value is (191,254,211). Sum of RGB (Red+Green+Blue) = 191+254+211=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFED3 is #40012C. Grayscale: #E6E6E6. Windows color (decimal): -4194605 or 13893311. OLE color: 13893311.

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

Color convert

RGB 191 254 211 -
CMYK 0.25 0 0.17 0.00
HSL 139.05º 0.97% 0.87% -
HSV(B) 139.05º 0.25% 1% -
XYZ 68.69 86.66 74.74 -
YUV 230.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 191 254 211 0.25 0 0.17 0.00 139.05 0.97 0.87
Hex BF FE D3 19 0 11 0 8B 61 57
Octal 277 376 323 31 0 21 0 213 141 127
Binary 10111111 11111110 11010011 11001 0 10001 0 10001011 1100001 1010111

Color Harmonies of #BFFED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFED3

Black with #BFFED3

Text Example


Text Example

White with #BFFED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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