#B8FFBC

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

Shades of Fringy Flower #B8FFBC

Tints of Fringy Flower #B8FFBC

Color information

#B8FFBC (or 0xB8FFBC) is unknown color: approx Fringy Flower. HEX triplet: B8, FF and BC. RGB value is (184,255,188). Sum of RGB (Red+Green+Blue) = 184+255+188=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFBC is #470043. Grayscale: #E2E2E2. Windows color (decimal): -4653124 or 12386232. OLE color: 12386232.

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

Color convert

RGB184255188-
CMYK0.2800.260
HSL123.38º100%86.08%-
HSV(B)123.38º27.84%100%-
XYZ64.685.3460.64-
YUV226.13106.4897.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.35%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 188 (73.83% from 255) = 29.98%
R=29.35%
G=40.67%
B=29.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551880.2800.260123.3810086.08
HexB8FFBC1C01A07b6456
Octal270377274340320173144126
Binary101110001111111110111100111000110100111101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFBC; }

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

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

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

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

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

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

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

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