#B9F5C2

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

Shades of Fringy Flower #B9F5C2

Tints of Fringy Flower #B9F5C2

Color information

#B9F5C2 (or 0xB9F5C2) is unknown color: approx Fringy Flower. HEX triplet: B9, F5 and C2. RGB value is (185,245,194). Sum of RGB (Red+Green+Blue) = 185+245+194=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F5C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F5C2 is #460A3D. Grayscale: #DDDDDD. Windows color (decimal): -4590142 or 12776889. OLE color: 12776889.

HSL color Cylindrical-coordinate representation of color #B9F5C2: hue angle of 129º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F5C2 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB185245194-
CMYK0.2400.210.04
HSL129º75%84.31%-
HSV(B)129º24.49%96.08%-
XYZ62.479.5163.1-
YUV221.25112.62102.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 245 (96.09% from 255) = 39.26%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=29.65%
G=39.26%
B=31.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852451940.2400.210.041297584.31
HexB9F5C2180154814b54
Octal271365302300254201113124
Binary101110011111010111000010110000101011001000000110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F5C2; }

 p { color: rgb(185,245,194); }

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

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

 a { background-color: rgb(185,245,194); }

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

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

 span { border-color: rgb(185,245,194); }

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