#B08D9E

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

Shades of Bouquet #B08D9E

Tints of Bouquet #B08D9E

Color information

#B08D9E (or 0xB08D9E) is unknown color: approx Bouquet. HEX triplet: B0, 8D and 9E. RGB value is (176,141,158). Sum of RGB (Red+Green+Blue) = 176+141+158=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D9E is #4F7261. Grayscale: #999999. Windows color (decimal): -5206626 or 10390960. OLE color: 10390960.

HSL color Cylindrical-coordinate representation of color #B08D9E: hue angle of 330.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08D9E is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176141158-
CMYK00.200.100.31
HSL330.86º18.13%62.16%-
HSV(B)330.86º19.89%69.02%-
XYZ33.630.7536.51-
YUV153.4130.6144.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=37.05%
G=29.68%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614115800.200.100.31330.8618.1362.16
HexB08D9E014A1F14b123e
Octal26021523602412375132276
Binary10110000100011011001111001010010101111110100101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D9E; }

 p { color: rgb(176,141,158); }

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

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

 a { background-color: rgb(176,141,158); }

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

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

 span { border-color: rgb(176,141,158); }

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