#B9DCBD

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

Shades of Fringy Flower #B9DCBD

Tints of Fringy Flower #B9DCBD

Color information

#B9DCBD (or 0xB9DCBD) is unknown color: approx Fringy Flower. HEX triplet: B9, DC and BD. RGB value is (185,220,189). Sum of RGB (Red+Green+Blue) = 185+220+189=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBD is #462342. Grayscale: #CECECE. Windows color (decimal): -4596547 or 12442809. OLE color: 12442809.

HSL color Cylindrical-coordinate representation of color #B9DCBD: hue angle of 126.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB185220189-
CMYK0.1600.140.14
HSL126.86º33.33%79.41%-
HSV(B)126.86º15.91%86.27%-
XYZ54.7965.1757.84-
YUV206118.4113.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.14%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=31.14%
G=37.04%
B=31.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201890.1600.140.14126.8633.3379.41
HexB9DCBD100EE7f214f
Octal271334275200161617741117
Binary1011100111011100101111011000001110111011111111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCBD; }

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

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

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

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

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

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

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

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