#B9DEBD

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

Shades of Fringy Flower #B9DEBD

Tints of Fringy Flower #B9DEBD

Color information

#B9DEBD (or 0xB9DEBD) is unknown color: approx Fringy Flower. HEX triplet: B9, DE and BD. RGB value is (185,222,189). Sum of RGB (Red+Green+Blue) = 185+222+189=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEBD is #462142. Grayscale: #CFCFCF. Windows color (decimal): -4596035 or 12443321. OLE color: 12443321.

HSL color Cylindrical-coordinate representation of color #B9DEBD: hue angle of 126.49º degrees, saturation: 0.36, 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 #B9DEBD is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB185222189-
CMYK0.1700.150.13
HSL126.49º35.92%79.8%-
HSV(B)126.49º16.67%87.06%-
XYZ55.3166.2358.01-
YUV207.18117.74112.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=31.04%
G=37.25%
B=31.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852221890.1700.150.13126.4935.9279.8
HexB9DEBD110FD7e2450
Octal271336275210171517644120
Binary1011100111011110101111011000101111110111111101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEBD; }

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

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

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

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

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

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

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

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