Html Css Color HEX #BFFFD5 Granny Apple

📋 copy color: '#BFFFD5'

red 191 ◦ green 255 ◦ blue 213

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

Shades of Granny Apple #BFFFD5

Tints of Granny Apple #BFFFD5

RGB

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

 GREEN value IS 255 (100% from 255) = 38.69%

 BLUE value IS 213 (83.59% from 255) = 32.32%

R = 28.98%
G = 38.69%
B = 32.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#BFFFD5 (or 0xBFFFD5) is known color: Granny Apple. HEX triplet: BF, FF and D5. RGB value is (191,255,213). Sum of RGB (Red+Green+Blue) = 191+255+213=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD5 is #40002A. Grayscale: #E7E7E7. Windows color (decimal): -4194347 or 14024639. OLE color: 14024639.

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

Color convert

RGB 191 255 213 -
CMYK 0.25 0 0.16 0
HSL 140.63º 1% 0.87% -
HSV(B) 140.63º 0.25% 1% -
XYZ 69.26 87.4 76.17 -
YUV 231.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 191 255 213 0.25 0 0.16 0 140.63 1 0.87
Hex BF FF D5 19 0 10 0 8D 64 57
Octal 277 377 325 31 0 20 0 215 144 127
Binary 10111111 11111111 11010101 11001 0 10000 0 10001101 1100100 1010111

Color Harmonies of #BFFFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFD5

Black with #BFFFD5

Text Example


Text Example

White with #BFFFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFFD5; }

 p { color: rgb(191,255,213); }

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

background-color css

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

 a { background-color: rgb(191,255,213); }

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

border-color css

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

 span { border-color: rgb(191,255,213); }

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