#BDA8AA

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

Shades of Careys Pink #BDA8AA

Tints of Careys Pink #BDA8AA

Color information

#BDA8AA (or 0xBDA8AA) is unknown color: approx Careys Pink. HEX triplet: BD, A8 and AA. RGB value is (189,168,170). Sum of RGB (Red+Green+Blue) = 189+168+170=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8AA is #425755. Grayscale: #AEAEAE. Windows color (decimal): -4347734 or 11184317. OLE color: 11184317.

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

Color convert

RGB189168170-
CMYK00.110.100.26
HSL354.29º13.73%70%-
HSV(B)354.29º11.11%74.12%-
XYZ42.2441.7343.86-
YUV174.51125.46138.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=35.86%
G=31.88%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916817000.110.100.26354.2913.7370
HexBDA8AA0BA1A162e46
Octal275250252013123254216106
Binary1011110110101000101010100101110101101010110001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8AA; }

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

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

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

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

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

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

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

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