Html Css Color HEX #BFEAC5 Granny Apple

📋 copy color: '#BFEAC5'

red 191 ◦ green 234 ◦ blue 197

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

Shades of Granny Apple #BFEAC5

Tints of Granny Apple #BFEAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 30.71%
G = 37.62%
B = 31.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#BFEAC5 (or 0xBFEAC5) is known color: Granny Apple. HEX triplet: BF, EA and C5. RGB value is (191,234,197). Sum of RGB (Red+Green+Blue) = 191+234+197=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC5 is #40153A. Grayscale: #D9D9D9. Windows color (decimal): -4199739 or 12970687. OLE color: 12970687.

HSL color Cylindrical-coordinate representation of color #BFEAC5: hue angle of 128.37º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAC5 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 197 -
CMYK 0.18 0 0.16 0.08
HSL 128.37º 0.51% 0.83% -
HSV(B) 128.37º 0.18% 0.92% -
XYZ 60.99 73.95 63.88 -
YUV 216.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 191 234 197 0.18 0 0.16 0.08 128.37 0.51 0.83
Hex BF EA C5 12 0 10 8 80 33 53
Octal 277 352 305 22 0 20 10 200 63 123
Binary 10111111 11101010 11000101 10010 0 10000 1000 10000000 110011 1010011

Color Harmonies of #BFEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAC5

Black with #BFEAC5

Text Example


Text Example

White with #BFEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAC5; }

 p { color: rgb(191,234,197); }

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

background-color css

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

 a { background-color: rgb(191,234,197); }

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

border-color css

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

 span { border-color: rgb(191,234,197); }

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