#BDACB0

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

Shades of Careys Pink #BDACB0

Tints of Careys Pink #BDACB0

Color information

#BDACB0 (or 0xBDACB0) is unknown color: approx Careys Pink. HEX triplet: BD, AC and B0. RGB value is (189,172,176). Sum of RGB (Red+Green+Blue) = 189+172+176=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACB0 is #42534F. Grayscale: #B1B1B1. Windows color (decimal): -4346704 or 11578557. OLE color: 11578557.

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

Color convert

RGB189172176-
CMYK00.090.070.26
HSL345.88º11.41%70.78%-
HSV(B)345.88º8.99%74.12%-
XYZ43.5843.4647.17-
YUV177.54127.13136.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=35.20%
G=32.03%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917217600.090.070.26345.8811.4170.78
HexBDACB00971A15ab47
Octal27525426001173253213107
Binary101111011010110010110000010011111101010101101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACB0; }

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

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

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

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

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

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

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

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