Html Css Color HEX #BFF0C5 Granny Apple

📋 copy color: '#BFF0C5'

red 191 ◦ green 240 ◦ blue 197

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

Shades of Granny Apple #BFF0C5

Tints of Granny Apple #BFF0C5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.22%

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

R = 30.41%
G = 38.22%
B = 31.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#BFF0C5 (or 0xBFF0C5) is known color: Granny Apple. HEX triplet: BF, F0 and C5. RGB value is (191,240,197). Sum of RGB (Red+Green+Blue) = 191+240+197=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0C5 is #400F3A. Grayscale: #DCDCDC. Windows color (decimal): -4198203 or 12972223. OLE color: 12972223.

HSL color Cylindrical-coordinate representation of color #BFF0C5: hue angle of 127.35º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0C5 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 197 -
CMYK 0.20 0 0.18 0.06
HSL 127.35º 0.62% 0.85% -
HSV(B) 127.35º 0.2% 0.94% -
XYZ 62.72 77.43 64.46 -
YUV 220.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 191 240 197 0.20 0 0.18 0.06 127.35 0.62 0.85
Hex BF F0 C5 14 0 12 6 7F 3E 55
Octal 277 360 305 24 0 22 6 177 76 125
Binary 10111111 11110000 11000101 10100 0 10010 110 1111111 111110 1010101

Color Harmonies of #BFF0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0C5

Black with #BFF0C5

Text Example


Text Example

White with #BFF0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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