Html Css Color HEX #BFF1C8 Granny Apple

📋 copy color: '#BFF1C8'

red 191 ◦ green 241 ◦ blue 200

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

Shades of Granny Apple #BFF1C8

Tints of Granny Apple #BFF1C8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.13%

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

R = 30.22%
G = 38.13%
B = 31.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#BFF1C8 (or 0xBFF1C8) is known color: Granny Apple. HEX triplet: BF, F1 and C8. RGB value is (191,241,200). Sum of RGB (Red+Green+Blue) = 191+241+200=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1C8 is #400E37. Grayscale: #DDDDDD. Windows color (decimal): -4197944 or 13169087. OLE color: 13169087.

HSL color Cylindrical-coordinate representation of color #BFF1C8: hue angle of 130.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1C8 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 200 -
CMYK 0.21 0 0.17 0.05
HSL 130.8º 0.64% 0.85% -
HSV(B) 130.8º 0.21% 0.95% -
XYZ 63.37 78.16 66.39 -
YUV 221.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 191 241 200 0.21 0 0.17 0.05 130.8 0.64 0.85
Hex BF F1 C8 15 0 11 5 83 40 55
Octal 277 361 310 25 0 21 5 203 100 125
Binary 10111111 11110001 11001000 10101 0 10001 101 10000011 1000000 1010101

Color Harmonies of #BFF1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF1C8

Black with #BFF1C8

Text Example


Text Example

White with #BFF1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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