#B9DFBB

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

Shades of Fringy Flower #B9DFBB

Tints of Fringy Flower #B9DFBB

Color information

#B9DFBB (or 0xB9DFBB) is unknown color: approx Fringy Flower. HEX triplet: B9, DF and BB. RGB value is (185,223,187). Sum of RGB (Red+Green+Blue) = 185+223+187=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFBB is #462044. Grayscale: #CFCFCF. Windows color (decimal): -4595781 or 12312505. OLE color: 12312505.

HSL color Cylindrical-coordinate representation of color #B9DFBB: hue angle of 123.16º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DFBB is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB185223187-
CMYK0.1700.160.13
HSL123.16º37.25%80%-
HSV(B)123.16º17.04%87.45%-
XYZ55.3666.6856.97-
YUV207.53116.41111.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=31.09%
G=37.48%
B=31.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852231870.1700.160.13123.1637.2580
HexB9DFBB11010D7b2550
Octal271337273210201517345120
Binary10111001110111111011101110001010000110111110111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DFBB; }

 p { color: rgb(185,223,187); }

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

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

 a { background-color: rgb(185,223,187); }

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

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

 span { border-color: rgb(185,223,187); }

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