Html Css Color HEX #BFFACE Granny Apple

📋 copy color: '#BFFACE'

red 191 ◦ green 250 ◦ blue 206

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

Shades of Granny Apple #BFFACE

Tints of Granny Apple #BFFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

 BLUE value IS 206 (80.86% from 255) = 31.84%

R = 29.52%
G = 38.64%
B = 31.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#BFFACE (or 0xBFFACE) is known color: Granny Apple. HEX triplet: BF, FA and CE. RGB value is (191,250,206). Sum of RGB (Red+Green+Blue) = 191+250+206=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFACE is #400531. Grayscale: #E3E3E3. Windows color (decimal): -4195634 or 13564607. OLE color: 13564607.

HSL color Cylindrical-coordinate representation of color #BFFACE: hue angle of 135.25º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFACE is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 250 206 -
CMYK 0.24 0 0.18 0.02
HSL 135.25º 0.86% 0.86% -
HSV(B) 135.25º 0.24% 0.98% -
XYZ 66.81 83.9 71.07 -
YUV 227.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 191 250 206 0.24 0 0.18 0.02 135.25 0.86 0.86
Hex BF FA CE 18 0 12 2 87 56 56
Octal 277 372 316 30 0 22 2 207 126 126
Binary 10111111 11111010 11001110 11000 0 10010 10 10000111 1010110 1010110

Color Harmonies of #BFFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFACE

Black with #BFFACE

Text Example


Text Example

White with #BFFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFACE; }

 p { color: rgb(191,250,206); }

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

background-color css

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

 a { background-color: rgb(191,250,206); }

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

border-color css

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

 span { border-color: rgb(191,250,206); }

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