#B8FFB8

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

Shades of Fringy Flower #B8FFB8

Tints of Fringy Flower #B8FFB8

Color information

#B8FFB8 (or 0xB8FFB8) is unknown color: approx Fringy Flower. HEX triplet: B8, FF and B8. RGB value is (184,255,184). Sum of RGB (Red+Green+Blue) = 184+255+184=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFB8 is #470047. Grayscale: #E1E1E1. Windows color (decimal): -4653128 or 12124088. OLE color: 12124088.

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

Color convert

RGB184255184-
CMYK0.2800.280
HSL120º100%86.08%-
HSV(B)120º27.84%100%-
XYZ64.1885.1758.4-
YUV225.68104.4898.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.53%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 184 (72.27% from 255) = 29.53%
R=29.53%
G=40.93%
B=29.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551840.2800.28012010086.08
HexB8FFB81C01C0786456
Octal270377270340340170144126
Binary101110001111111110111000111000111000111100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFB8; }

 p { color: rgb(184,255,184); }

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

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

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

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

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

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

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