#BDACAF

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

Shades of Careys Pink #BDACAF

Tints of Careys Pink #BDACAF

Color information

#BDACAF (or 0xBDACAF) is unknown color: approx Careys Pink. HEX triplet: BD, AC and AF. RGB value is (189,172,175). Sum of RGB (Red+Green+Blue) = 189+172+175=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACAF is #425350. Grayscale: #B1B1B1. Windows color (decimal): -4346705 or 11513021. OLE color: 11513021.

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

Color convert

RGB189172175-
CMYK00.090.070.26
HSL349.41º11.41%70.78%-
HSV(B)349.41º8.99%74.12%-
XYZ43.4843.4246.65-
YUV177.42126.63136.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=35.26%
G=32.09%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917217500.090.070.26349.4111.4170.78
HexBDACAF0971A15db47
Octal27525425701173253513107
Binary101111011010110010101111010011111101010101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACAF; }

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

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

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

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

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

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

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

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