#B9DDBD

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

Shades of Fringy Flower #B9DDBD

Tints of Fringy Flower #B9DDBD

Color information

#B9DDBD (or 0xB9DDBD) is unknown color: approx Fringy Flower. HEX triplet: B9, DD and BD. RGB value is (185,221,189). Sum of RGB (Red+Green+Blue) = 185+221+189=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDBD is #462242. Grayscale: #CECECE. Windows color (decimal): -4596291 or 12443065. OLE color: 12443065.

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

Color convert

RGB185221189-
CMYK0.1600.140.13
HSL126.67º34.62%79.61%-
HSV(B)126.67º16.29%86.67%-
XYZ55.0565.757.92-
YUV206.59118.07112.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=31.09%
G=37.14%
B=31.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852211890.1600.140.13126.6734.6279.61
HexB9DDBD100ED7f2350
Octal271335275200161517743120
Binary1011100111011101101111011000001110110111111111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDBD; }

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

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

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

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

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

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

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

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