Html Css Color HEX #BFEAC8 Granny Apple

📋 copy color: '#BFEAC8'

red 191 ◦ green 234 ◦ blue 200

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

Shades of Granny Apple #BFEAC8

Tints of Granny Apple #BFEAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32%

R = 30.56%
G = 37.44%
B = 32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#BFEAC8 (or 0xBFEAC8) is known color: Granny Apple. HEX triplet: BF, EA and C8. RGB value is (191,234,200). Sum of RGB (Red+Green+Blue) = 191+234+200=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC8 is #401537. Grayscale: #D9D9D9. Windows color (decimal): -4199736 or 13167295. OLE color: 13167295.

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

Color convert

RGB 191 234 200 -
CMYK 0.18 0 0.15 0.08
HSL 132.56º 0.51% 0.83% -
HSV(B) 132.56º 0.18% 0.92% -
XYZ 61.33 74.09 65.71 -
YUV 217.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 191 234 200 0.18 0 0.15 0.08 132.56 0.51 0.83
Hex BF EA C8 12 0 F 8 85 33 53
Octal 277 352 310 22 0 17 10 205 63 123
Binary 10111111 11101010 11001000 10010 0 1111 1000 10000101 110011 1010011

Color Harmonies of #BFEAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAC8

Black with #BFEAC8

Text Example


Text Example

White with #BFEAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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