#B9E7BD

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

Shades of Fringy Flower #B9E7BD

Tints of Fringy Flower #B9E7BD

Color information

#B9E7BD (or 0xB9E7BD) is unknown color: approx Fringy Flower. HEX triplet: B9, E7 and BD. RGB value is (185,231,189). Sum of RGB (Red+Green+Blue) = 185+231+189=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7BD is #461842. Grayscale: #D4D4D4. Windows color (decimal): -4593731 or 12445625. OLE color: 12445625.

HSL color Cylindrical-coordinate representation of color #B9E7BD: hue angle of 125.22º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E7BD is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB185231189-
CMYK0.2000.180.09
HSL125.22º48.94%81.57%-
HSV(B)125.22º19.91%90.59%-
XYZ57.7771.1458.83-
YUV212.46114.76108.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 231 (90.62% from 255) = 38.18%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=30.58%
G=38.18%
B=31.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852311890.2000.180.09125.2248.9481.57
HexB9E7BD1401297d3152
Octal271347275240221117561122
Binary10111001111001111011110110100010010100111111011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E7BD; }

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

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

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

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

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

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

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

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