#B9FDBD

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

Shades of Fringy Flower #B9FDBD

Tints of Fringy Flower #B9FDBD

Color information

#B9FDBD (or 0xB9FDBD) is unknown color: approx Fringy Flower. HEX triplet: B9, FD and BD. RGB value is (185,253,189). Sum of RGB (Red+Green+Blue) = 185+253+189=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDBD is #460242. Grayscale: #E1E1E1. Windows color (decimal): -4588099 or 12451257. OLE color: 12451257.

HSL color Cylindrical-coordinate representation of color #B9FDBD: hue angle of 123.53º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDBD is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB185253189-
CMYK0.2700.250.01
HSL123.53º94.44%85.88%-
HSV(B)123.53º26.88%99.22%-
XYZ64.3284.2461.01-
YUV225.37107.4799.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=29.51%
G=40.35%
B=30.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852531890.2700.250.01123.5394.4485.88
HexB9FDBD1B01917c5e56
Octal271375275330311174136126
Binary101110011111110110111101110110110011111110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDBD; }

 p { color: rgb(185,253,189); }

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

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

 a { background-color: rgb(185,253,189); }

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

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

 span { border-color: rgb(185,253,189); }

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