#BDA7AB

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

Shades of Careys Pink #BDA7AB

Tints of Careys Pink #BDA7AB

Color information

#BDA7AB (or 0xBDA7AB) is unknown color: approx Careys Pink. HEX triplet: BD, A7 and AB. RGB value is (189,167,171). Sum of RGB (Red+Green+Blue) = 189+167+171=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7AB is #425854. Grayscale: #AEAEAE. Windows color (decimal): -4347989 or 11249597. OLE color: 11249597.

HSL color Cylindrical-coordinate representation of color #BDA7AB: hue angle of 349.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDA7AB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189167171-
CMYK00.120.100.26
HSL349.09º14.29%69.8%-
HSV(B)349.09º11.64%74.12%-
XYZ42.1641.444.3-
YUV174.03126.29138.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 167 (65.62% from 255) = 31.69%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=35.86%
G=31.69%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916717100.120.100.26349.0914.2969.8
HexBDA7AB0CA1A15de46
Octal275247253014123253516106
Binary1011110110100111101010110110010101101010101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA7AB; }

 p { color: rgb(189,167,171); }

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

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

 a { background-color: rgb(189,167,171); }

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

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

 span { border-color: rgb(189,167,171); }

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