#BDA5AA

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

Shades of Careys Pink #BDA5AA

Tints of Careys Pink #BDA5AA

Color information

#BDA5AA (or 0xBDA5AA) is unknown color: approx Careys Pink. HEX triplet: BD, A5 and AA. RGB value is (189,165,170). Sum of RGB (Red+Green+Blue) = 189+165+170=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5AA is #425A55. Grayscale: #ACACAC. Windows color (decimal): -4348502 or 11183549. OLE color: 11183549.

HSL color Cylindrical-coordinate representation of color #BDA5AA: hue angle of 347.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 #BDA5AA is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189165170-
CMYK00.130.100.26
HSL347.5º15.38%69.41%-
HSV(B)347.5º12.7%74.12%-
XYZ41.740.6343.68-
YUV172.75126.45139.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=36.07%
G=31.49%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916517000.130.100.26347.515.3869.41
HexBDA5AA0DA1A15cf45
Octal275245252015123253417105
Binary1011110110100101101010100110110101101010101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5AA; }

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

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

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

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

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

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

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

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