#B9EBBF

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

Shades of Fringy Flower #B9EBBF

Tints of Fringy Flower #B9EBBF

Color information

#B9EBBF (or 0xB9EBBF) is unknown color: approx Fringy Flower. HEX triplet: B9, EB and BF. RGB value is (185,235,191). Sum of RGB (Red+Green+Blue) = 185+235+191=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBBF is #461440. Grayscale: #D7D7D7. Windows color (decimal): -4592705 or 12577721. OLE color: 12577721.

HSL color Cylindrical-coordinate representation of color #B9EBBF: hue angle of 127.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EBBF is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB185235191-
CMYK0.2100.190.08
HSL127.2º55.56%82.35%-
HSV(B)127.2º21.28%92.16%-
XYZ59.1273.4960.36-
YUV215.03114.44106.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.28%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 191 (75% from 255) = 31.26%
R=30.28%
G=38.46%
B=31.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852351910.2100.190.08127.255.5682.35
HexB9EBBF1501387f3852
Octal271353277250231017770122
Binary10111001111010111011111110101010011100011111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBBF; }

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

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

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

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

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

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

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

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