#BDA8AC

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

Shades of Careys Pink #BDA8AC

Tints of Careys Pink #BDA8AC

Color information

#BDA8AC (or 0xBDA8AC) is unknown color: approx Careys Pink. HEX triplet: BD, A8 and AC. RGB value is (189,168,172). Sum of RGB (Red+Green+Blue) = 189+168+172=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8AC is #425753. Grayscale: #AEAEAE. Windows color (decimal): -4347732 or 11315389. OLE color: 11315389.

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

Color convert

RGB189168172-
CMYK00.110.090.26
HSL348.57º13.73%70%-
HSV(B)348.57º11.11%74.12%-
XYZ42.4441.844.86-
YUV174.74126.46138.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=35.73%
G=31.76%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916817200.110.090.26348.5713.7370
HexBDA8AC0B91A15de46
Octal275250254013113253516106
Binary1011110110101000101011000101110011101010101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8AC; }

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

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

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

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

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

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

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

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