#B0F1BF

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

Shades of Fringy Flower #B0F1BF

Tints of Fringy Flower #B0F1BF

Color information

#B0F1BF (or 0xB0F1BF) is unknown color: approx Fringy Flower. HEX triplet: B0, F1 and BF. RGB value is (176,241,191). Sum of RGB (Red+Green+Blue) = 176+241+191=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1BF is #4F0E40. Grayscale: #D8D8D8. Windows color (decimal): -5180993 or 12579248. OLE color: 12579248.

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

Color convert

RGB176241191-
CMYK0.2700.210.05
HSL133.85º69.89%81.76%-
HSV(B)133.85º26.97%94.51%-
XYZ58.7675.960.84-
YUV215.86113.9799.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.95%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 191 (75% from 255) = 31.41%
R=28.95%
G=39.64%
B=31.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411910.2700.210.05133.8569.8981.76
HexB0F1BF1B0155864652
Octal260361277330255206106122
Binary101100001111000110111111110110101011011000011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1BF; }

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

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

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

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

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

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

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

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