#B9F6BA

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

Shades of Fringy Flower #B9F6BA

Tints of Fringy Flower #B9F6BA

Color information

#B9F6BA (or 0xB9F6BA) is unknown color: approx Fringy Flower. HEX triplet: B9, F6 and BA. RGB value is (185,246,186). Sum of RGB (Red+Green+Blue) = 185+246+186=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #B9F6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F6BA is #460945. Grayscale: #DDDDDD. Windows color (decimal): -4589894 or 12252857. OLE color: 12252857.

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

Color convert

RGB185246186-
CMYK0.2500.240.04
HSL120.98º77.22%84.51%-
HSV(B)120.98º24.8%96.47%-
XYZ61.8379.7758.59-
YUV220.92108.29102.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 246 (96.48% from 255) = 39.87%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=29.98%
G=39.87%
B=30.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852461860.2500.240.04120.9877.2284.51
HexB9F6BA190184794d55
Octal271366272310304171115125
Binary10111001111101101011101011001011000100111100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F6BA; }

 p { color: rgb(185,246,186); }

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

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

 a { background-color: rgb(185,246,186); }

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

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

 span { border-color: rgb(185,246,186); }

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