#BDA5AC

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

Shades of Careys Pink #BDA5AC

Tints of Careys Pink #BDA5AC

Color information

#BDA5AC (or 0xBDA5AC) is unknown color: approx Careys Pink. HEX triplet: BD, A5 and AC. RGB value is (189,165,172). Sum of RGB (Red+Green+Blue) = 189+165+172=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5AC is #425A53. Grayscale: #ACACAC. Windows color (decimal): -4348500 or 11314621. OLE color: 11314621.

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

Color convert

RGB189165172-
CMYK00.130.090.26
HSL342.5º15.38%69.41%-
HSV(B)342.5º12.7%74.12%-
XYZ41.8940.7144.68-
YUV172.97127.45139.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=35.93%
G=31.37%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916517200.130.090.26342.515.3869.41
HexBDA5AC0D91A156f45
Octal275245254015113252617105
Binary1011110110100101101011000110110011101010101011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5AC; }

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

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

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

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

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

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

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

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