#B8FFBB

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

Shades of Fringy Flower #B8FFBB

Tints of Fringy Flower #B8FFBB

Color information

#B8FFBB (or 0xB8FFBB) is unknown color: approx Fringy Flower. HEX triplet: B8, FF and BB. RGB value is (184,255,187). Sum of RGB (Red+Green+Blue) = 184+255+187=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFBB is #470044. Grayscale: #E2E2E2. Windows color (decimal): -4653125 or 12320696. OLE color: 12320696.

HSL color Cylindrical-coordinate representation of color #B8FFBB: hue angle of 122.54º 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 #B8FFBB is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB184255187-
CMYK0.2800.270
HSL122.54º100%86.08%-
HSV(B)122.54º27.84%100%-
XYZ64.585.360.08-
YUV226.02105.9898.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.39%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=29.39%
G=40.73%
B=29.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551870.2800.270122.5410086.08
HexB8FFBB1C01B07b6456
Octal270377273340330173144126
Binary101110001111111110111011111000110110111101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFBB; }

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

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

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

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

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

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

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

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