#BDB0B2

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

Shades of Pink Flare #BDB0B2

Tints of Pink Flare #BDB0B2

Color information

#BDB0B2 (or 0xBDB0B2) is unknown color: approx Pink Flare. HEX triplet: BD, B0 and B2. RGB value is (189,176,178). Sum of RGB (Red+Green+Blue) = 189+176+178=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0B2 is #424F4D. Grayscale: #B4B4B4. Windows color (decimal): -4345678 or 11710653. OLE color: 11710653.

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

Color convert

RGB189176178-
CMYK00.070.060.26
HSL350.77º8.97%71.57%-
HSV(B)350.77º6.88%74.12%-
XYZ44.5545.0848.47-
YUV180.11126.81134.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=34.81%
G=32.41%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917617800.070.060.26350.778.9771.57
HexBDB0B20761A15f948
Octal2752602620763253711110
Binary10111101101100001011001001111101101010101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0B2; }

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

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

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

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

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

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

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

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