Html Css Color HEX #BFEAC9 Granny Apple

📋 copy color: '#BFEAC9'

red 191 ◦ green 234 ◦ blue 201

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

Shades of Granny Apple #BFEAC9

Tints of Granny Apple #BFEAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.11%

R = 30.51%
G = 37.38%
B = 32.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#BFEAC9 (or 0xBFEAC9) is known color: Granny Apple. HEX triplet: BF, EA and C9. RGB value is (191,234,201). Sum of RGB (Red+Green+Blue) = 191+234+201=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC9 is #401536. Grayscale: #D9D9D9. Windows color (decimal): -4199735 or 13232831. OLE color: 13232831.

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

Color convert

RGB 191 234 201 -
CMYK 0.18 0 0.14 0.08
HSL 133.95º 0.51% 0.83% -
HSV(B) 133.95º 0.18% 0.92% -
XYZ 61.45 74.14 66.33 -
YUV 217.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 191 234 201 0.18 0 0.14 0.08 133.95 0.51 0.83
Hex BF EA C9 12 0 E 8 86 33 53
Octal 277 352 311 22 0 16 10 206 63 123
Binary 10111111 11101010 11001001 10010 0 1110 1000 10000110 110011 1010011

Color Harmonies of #BFEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAC9

Black with #BFEAC9

Text Example


Text Example

White with #BFEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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