#BDB0B3

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

Shades of Pink Flare #BDB0B3

Tints of Pink Flare #BDB0B3

Color information

#BDB0B3 (or 0xBDB0B3) is unknown color: approx Pink Flare. HEX triplet: BD, B0 and B3. RGB value is (189,176,179). Sum of RGB (Red+Green+Blue) = 189+176+179=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0B3 is #424F4C. Grayscale: #B4B4B4. Windows color (decimal): -4345677 or 11776189. OLE color: 11776189.

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

Color convert

RGB189176179-
CMYK00.070.050.26
HSL346.15º8.97%71.57%-
HSV(B)346.15º6.88%74.12%-
XYZ44.6545.1249-
YUV180.23127.31134.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=34.74%
G=32.35%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917617900.070.050.26346.158.9771.57
HexBDB0B30751A15a948
Octal2752602630753253211110
Binary10111101101100001011001101111011101010101101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0B3; }

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

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

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

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

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

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

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

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