#BDB8B9

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

Shades of Pink Flare #BDB8B9

Tints of Pink Flare #BDB8B9

Color information

#BDB8B9 (or 0xBDB8B9) is unknown color: approx Pink Flare. HEX triplet: BD, B8 and B9. RGB value is (189,184,185). Sum of RGB (Red+Green+Blue) = 189+184+185=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8B9 is #424746. Grayscale: #B9B9B9. Windows color (decimal): -4343623 or 12171453. OLE color: 12171453.

HSL color Cylindrical-coordinate representation of color #BDB8B9: hue angle of 348º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDB8B9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189184185-
CMYK00.030.020.26
HSL348º3.65%73.14%-
HSV(B)348º2.65%74.12%-
XYZ46.8848.652.81-
YUV185.61127.66130.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=33.87%
G=32.97%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918418500.030.020.263483.6573.14
HexBDB8B90321A15c449
Octal275270271032325344111
Binary10111101101110001011100101110110101010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8B9; }

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

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

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

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

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

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

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

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