#BDA8AE

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

Shades of Careys Pink #BDA8AE

Tints of Careys Pink #BDA8AE

Color information

#BDA8AE (or 0xBDA8AE) is unknown color: approx Careys Pink. HEX triplet: BD, A8 and AE. RGB value is (189,168,174). Sum of RGB (Red+Green+Blue) = 189+168+174=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8AE is #425751. Grayscale: #AEAEAE. Windows color (decimal): -4347730 or 11446461. OLE color: 11446461.

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

Color convert

RGB189168174-
CMYK00.110.080.26
HSL342.86º13.73%70%-
HSV(B)342.86º11.11%74.12%-
XYZ42.6341.8845.88-
YUV174.96127.46138.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=35.59%
G=31.64%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916817400.110.080.26342.8613.7370
HexBDA8AE0B81A157e46
Octal275250256013103252716106
Binary1011110110101000101011100101110001101010101011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8AE; }

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

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

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

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

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

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

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

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