#BFF1BD

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

Shades of Fringy Flower #BFF1BD

Tints of Fringy Flower #BFF1BD

Color information

#BFF1BD (or 0xBFF1BD) is unknown color: approx Fringy Flower. HEX triplet: BF, F1 and BD. RGB value is (191,241,189). Sum of RGB (Red+Green+Blue) = 191+241+189=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1BD is #400E42. Grayscale: #DCDCDC. Windows color (decimal): -4197955 or 12448191. OLE color: 12448191.

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

Color convert

RGB191241189-
CMYK0.2100.220.05
HSL117.69º65%84.31%-
HSV(B)117.69º21.58%94.51%-
XYZ62.1377.6659.86-
YUV220.12110.44107.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=30.76%
G=38.81%
B=30.43%

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
Decimal1912411890.2100.220.05117.696584.31
HexBFF1BD150165764154
Octal277361275250265166101124
Binary10111111111100011011110110101010110101111011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1BD; }

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

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

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

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

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

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

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

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