Html Css Color HEX #BDA3AB Careys Pink

📋 copy color: '#BDA3AB'

red 189 ◦ green 163 ◦ blue 171

#BDA3AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BDA3AB

Tints of Careys Pink #BDA3AB

RGB

 RED value IS 189 (74.22% from 255) = 36.14%

 GREEN value IS 163 (64.06% from 255) = 31.17%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 36.14%
G = 31.17%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDA3AB (or 0xBDA3AB) is known color: Careys Pink. HEX triplet: BD, A3 and AB. RGB value is (189,163,171). Sum of RGB (Red+Green+Blue) = 189+163+171=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA3AB is #425C54. Grayscale: #ABABAB. Windows color (decimal): -4349013 or 11248573. OLE color: 11248573.

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

Color convert

RGB 189 163 171 -
CMYK 0 0.14 0.10 0.26
HSL 341.54º 0.16% 0.69% -
HSV(B) 341.54º 0.14% 0.74% -
XYZ 41.43 39.95 44.06 -
YUV 171.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 189 163 171 0 0.14 0.10 0.26 341.54 0.16 0.69
Hex BD A3 AB 0 E A 1A 156 10 45
Octal 275 243 253 0 16 12 32 526 20 105
Binary 10111101 10100011 10101011 0 1110 1010 11010 101010110 10000 1000101

Color Harmonies of #BDA3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3AB

Black with #BDA3AB

Text Example


Text Example

White with #BDA3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3AB; }

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

 H1.HeaderClassName
 {
   color: #BDA3AB;
 }
 .AnyTagClassName
 {
   color: #BDA3AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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