#BFF1C2

Color #BFF1C2 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BFF1C2

Tints of Granny Apple #BFF1C2

Color information

#BFF1C2 (or 0xBFF1C2) is unknown color: approx Granny Apple. HEX triplet: BF, F1 and C2. RGB value is (191,241,194). Sum of RGB (Red+Green+Blue) = 191+241+194=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1C2 is #400E3D. Grayscale: #DCDCDC. Windows color (decimal): -4197950 or 12775871. OLE color: 12775871.

HSL color Cylindrical-coordinate representation of color #BFF1C2: hue angle of 123.6º 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 #BFF1C2 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB191241194-
CMYK0.2100.200.05
HSL123.6º64.1%84.71%-
HSV(B)123.6º20.75%94.51%-
XYZ62.6877.8862.77-
YUV220.69112.94106.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 194 (76.17% from 255) = 30.99%
R=30.51%
G=38.50%
B=30.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411940.2100.200.05123.664.184.71
HexBFF1C21501457c4055
Octal277361302250245174100125
Binary10111111111100011100001010101010100101111110010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1C2; }

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

 H1.HeaderClassName
 {
   color: #BFF1C2;
 }
 .AnyTagClassName
 {
   color: #BFF1C2;
 }
</style>
background-color css

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

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

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

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

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

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