#BDB1B3

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

Shades of Pink Flare #BDB1B3

Tints of Pink Flare #BDB1B3

Color information

#BDB1B3 (or 0xBDB1B3) is unknown color: approx Pink Flare. HEX triplet: BD, B1 and B3. RGB value is (189,177,179). Sum of RGB (Red+Green+Blue) = 189+177+179=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1B3 is #424E4C. Grayscale: #B4B4B4. Windows color (decimal): -4345421 or 11776445. OLE color: 11776445.

HSL color Cylindrical-coordinate representation of color #BDB1B3: hue angle of 350º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDB1B3 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB189177179-
CMYK00.060.050.26
HSL350º8.33%71.76%-
HSV(B)350º6.35%74.12%-
XYZ44.8545.5249.07-
YUV180.82126.98133.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=34.68%
G=32.48%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917717900.060.050.263508.3371.76
HexBDB1B30651A15e848
Octal2752612630653253610110
Binary10111101101100011011001101101011101010101111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1B3; }

 p { color: rgb(189,177,179); }

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

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

 a { background-color: rgb(189,177,179); }

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

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

 span { border-color: rgb(189,177,179); }

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