#B9FFBC

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

Shades of Fringy Flower #B9FFBC

Tints of Fringy Flower #B9FFBC

Color information

#B9FFBC (or 0xB9FFBC) is unknown color: approx Fringy Flower. HEX triplet: B9, FF and BC. RGB value is (185,255,188). Sum of RGB (Red+Green+Blue) = 185+255+188=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFBC is #460043. Grayscale: #E2E2E2. Windows color (decimal): -4587588 or 12386233. OLE color: 12386233.

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

Color convert

RGB185255188-
CMYK0.2700.260
HSL122.57º100%86.27%-
HSV(B)122.57º27.45%100%-
XYZ64.8485.4760.66-
YUV226.43106.3198.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.46%
GREEN value IS 255 (100% from 255) = 40.61%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=29.46%
G=40.61%
B=29.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551880.2700.260122.5710086.27
HexB9FFBC1B01A07b6456
Octal271377274330320173144126
Binary101110011111111110111100110110110100111101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFBC; }

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

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

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

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

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

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

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

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