#B0FFB9

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

Shades of Fringy Flower #B0FFB9

Tints of Fringy Flower #B0FFB9

Color information

#B0FFB9 (or 0xB0FFB9) is unknown color: approx Fringy Flower. HEX triplet: B0, FF and B9. RGB value is (176,255,185). Sum of RGB (Red+Green+Blue) = 176+255+185=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFB9 is #4F0046. Grayscale: #DFDFDF. Windows color (decimal): -5177415 or 12189616. OLE color: 12189616.

HSL color Cylindrical-coordinate representation of color #B0FFB9: hue angle of 126.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFB9 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB176255185-
CMYK0.3100.270
HSL126.84º100%84.51%-
HSV(B)126.84º30.98%100%-
XYZ62.4284.2558.87-
YUV223.4106.3394.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 185 (72.66% from 255) = 30.03%
R=28.57%
G=41.40%
B=30.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551850.3100.270126.8410084.51
HexB0FFB91F01B07f6455
Octal260377271370330177144125
Binary101100001111111110111001111110110110111111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFB9; }

 p { color: rgb(176,255,185); }

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

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

 a { background-color: rgb(176,255,185); }

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

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

 span { border-color: rgb(176,255,185); }

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