#BDACAE

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

Shades of Careys Pink #BDACAE

Tints of Careys Pink #BDACAE

Color information

#BDACAE (or 0xBDACAE) is unknown color: approx Careys Pink. HEX triplet: BD, AC and AE. RGB value is (189,172,174). Sum of RGB (Red+Green+Blue) = 189+172+174=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACAE is #425351. Grayscale: #B1B1B1. Windows color (decimal): -4346706 or 11447485. OLE color: 11447485.

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

Color convert

RGB189172174-
CMYK00.090.080.26
HSL352.94º11.41%70.78%-
HSV(B)352.94º8.99%74.12%-
XYZ43.3843.3846.13-
YUV177.31126.13136.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=35.33%
G=32.15%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917217400.090.080.26352.9411.4170.78
HexBDACAE0981A161b47
Octal275254256011103254113107
Binary1011110110101100101011100100110001101010110000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACAE; }

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

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

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

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

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

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

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

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