Html Css Color HEX #BDA3AA Careys Pink

📋 copy color: '#BDA3AA'

red 189 ◦ green 163 ◦ blue 170

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

Shades of Careys Pink #BDA3AA

Tints of Careys Pink #BDA3AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.57%

R = 36.21%
G = 31.23%
B = 32.57%

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

#BDA3AA (or 0xBDA3AA) is known color: Careys Pink. HEX triplet: BD, A3 and AA. RGB value is (189,163,170). Sum of RGB (Red+Green+Blue) = 189+163+170=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA3AA is #425C55. Grayscale: #ABABAB. Windows color (decimal): -4349014 or 11183037. OLE color: 11183037.

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

Color convert

RGB 189 163 170 -
CMYK 0 0.14 0.10 0.26
HSL 343.85º 0.16% 0.69% -
HSV(B) 343.85º 0.14% 0.74% -
XYZ 41.34 39.92 43.56 -
YUV 171.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 189 163 170 0 0.14 0.10 0.26 343.85 0.16 0.69
Hex BD A3 AA 0 E A 1A 158 10 45
Octal 275 243 252 0 16 12 32 530 20 105
Binary 10111101 10100011 10101010 0 1110 1010 11010 101011000 10000 1000101

Color Harmonies of #BDA3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3AA

Black with #BDA3AA

Text Example


Text Example

White with #BDA3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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