#BDB1B4

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

Shades of Pink Flare #BDB1B4

Tints of Pink Flare #BDB1B4

Color information

#BDB1B4 (or 0xBDB1B4) is unknown color: approx Pink Flare. HEX triplet: BD, B1 and B4. RGB value is (189,177,180). Sum of RGB (Red+Green+Blue) = 189+177+180=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1B4 is #424E4B. Grayscale: #B4B4B4. Windows color (decimal): -4345420 or 11841981. OLE color: 11841981.

HSL color Cylindrical-coordinate representation of color #BDB1B4: hue angle of 345º 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 #BDB1B4 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB189177180-
CMYK00.060.050.26
HSL345º8.33%71.76%-
HSV(B)345º6.35%74.12%-
XYZ44.9545.5649.6-
YUV180.93127.48133.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=34.62%
G=32.42%
B=32.97%

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
Decimal18917718000.060.050.263458.3371.76
HexBDB1B40651A159848
Octal2752612640653253110110
Binary10111101101100011011010001101011101010101100110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1B4; }

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

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

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

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

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

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

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

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