#B9F1BF

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

Shades of Fringy Flower #B9F1BF

Tints of Fringy Flower #B9F1BF

Color information

#B9F1BF (or 0xB9F1BF) is unknown color: approx Fringy Flower. HEX triplet: B9, F1 and BF. RGB value is (185,241,191). Sum of RGB (Red+Green+Blue) = 185+241+191=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F1BF is #460E40. Grayscale: #DADADA. Windows color (decimal): -4591169 or 12579257. OLE color: 12579257.

HSL color Cylindrical-coordinate representation of color #B9F1BF: hue angle of 126.43º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F1BF is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB185241191-
CMYK0.2300.210.05
HSL126.43º66.67%83.53%-
HSV(B)126.43º23.24%94.51%-
XYZ60.8776.9960.94-
YUV218.56112.45104.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 191 (75% from 255) = 30.96%
R=29.98%
G=39.06%
B=30.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852411910.2300.210.05126.4366.6783.53
HexB9F1BF1701557e4354
Octal271361277270255176103124
Binary10111001111100011011111110111010101101111111010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1BF; }

 p { color: rgb(185,241,191); }

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

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

 a { background-color: rgb(185,241,191); }

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

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

 span { border-color: rgb(185,241,191); }

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