#BDA9AC

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

Shades of Careys Pink #BDA9AC

Tints of Careys Pink #BDA9AC

Color information

#BDA9AC (or 0xBDA9AC) is unknown color: approx Careys Pink. HEX triplet: BD, A9 and AC. RGB value is (189,169,172). Sum of RGB (Red+Green+Blue) = 189+169+172=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA9AC is #425653. Grayscale: #AFAFAF. Windows color (decimal): -4347476 or 11315645. OLE color: 11315645.

HSL color Cylindrical-coordinate representation of color #BDA9AC: hue angle of 351º degrees, saturation: 0.13, 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 #BDA9AC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189169172-
CMYK00.110.090.26
HSL351º13.16%70.2%-
HSV(B)351º10.58%74.12%-
XYZ42.6242.1744.92-
YUV175.32126.13137.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=35.66%
G=31.89%
B=32.45%

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
Decimal18916917200.110.090.2635113.1670.2
HexBDA9AC0B91A15fd46
Octal275251254013113253715106
Binary1011110110101001101011000101110011101010101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9AC; }

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

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

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

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

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

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

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

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