#BFF1BB

Color #BFF1BB Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BFF1BB

Tints of Fringy Flower #BFF1BB

Color information

#BFF1BB (or 0xBFF1BB) is unknown color: approx Fringy Flower. HEX triplet: BF, F1 and BB. RGB value is (191,241,187). Sum of RGB (Red+Green+Blue) = 191+241+187=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1BB is #400E44. Grayscale: #DCDCDC. Windows color (decimal): -4197957 or 12317119. OLE color: 12317119.

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

Color convert

RGB191241187-
CMYK0.2100.220.05
HSL115.56º65.85%83.92%-
HSV(B)115.56º22.41%94.51%-
XYZ61.9177.5758.72-
YUV219.89109.44107.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=30.86%
G=38.93%
B=30.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411870.2100.220.05115.5665.8583.92
HexBFF1BB150165744254
Octal277361273250265164102124
Binary10111111111100011011101110101010110101111010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1BB; }

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

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

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

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

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

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

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

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