#B9FBBC

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

Shades of Fringy Flower #B9FBBC

Tints of Fringy Flower #B9FBBC

Color information

#B9FBBC (or 0xB9FBBC) is unknown color: approx Fringy Flower. HEX triplet: B9, FB and BC. RGB value is (185,251,188). Sum of RGB (Red+Green+Blue) = 185+251+188=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBBC is #460443. Grayscale: #E0E0E0. Windows color (decimal): -4588612 or 12385209. OLE color: 12385209.

HSL color Cylindrical-coordinate representation of color #B9FBBC: hue angle of 122.73º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBBC is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB185251188-
CMYK0.2600.250.02
HSL122.73º89.19%85.49%-
HSV(B)122.73º26.29%98.43%-
XYZ63.5882.9460.23-
YUV224.08107.63100.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=29.65%
G=40.22%
B=30.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852511880.2600.250.02122.7389.1985.49
HexB9FBBC1A01927b5955
Octal271373274320312173131125
Binary1011100111111011101111001101001100110111101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBBC; }

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

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

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

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

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

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

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

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