#B9FFBE

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

Shades of Fringy Flower #B9FFBE

Tints of Fringy Flower #B9FFBE

Color information

#B9FFBE (or 0xB9FFBE) is unknown color: approx Fringy Flower. HEX triplet: B9, FF and BE. RGB value is (185,255,190). Sum of RGB (Red+Green+Blue) = 185+255+190=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFBE is #460041. Grayscale: #E2E2E2. Windows color (decimal): -4587586 or 12517305. OLE color: 12517305.

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

Color convert

RGB185255190-
CMYK0.2700.250
HSL124.29º100%86.27%-
HSV(B)124.29º27.45%100%-
XYZ65.0685.5561.8-
YUV226.66107.3198.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.37%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=29.37%
G=40.48%
B=30.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551900.2700.250124.2910086.27
HexB9FFBE1B01907c6456
Octal271377276330310174144126
Binary101110011111111110111110110110110010111110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFBE; }

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

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

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

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

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

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

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

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