Html Css Color HEX #BDA9AA Careys Pink

📋 copy color: '#BDA9AA'

red 189 ◦ green 169 ◦ blue 170

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

Shades of Careys Pink #BDA9AA

Tints of Careys Pink #BDA9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.01%

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

R = 35.8%
G = 32.01%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDA9AA (or 0xBDA9AA) is known color: Careys Pink. HEX triplet: BD, A9 and AA. RGB value is (189,169,170). Sum of RGB (Red+Green+Blue) = 189+169+170=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA9AA is #425655. Grayscale: #AFAFAF. Windows color (decimal): -4347478 or 11184573. OLE color: 11184573.

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

Color convert

RGB 189 169 170 -
CMYK 0 0.11 0.10 0.26
HSL 357º 0.13% 0.7% -
HSV(B) 357º 0.11% 0.74% -
XYZ 42.43 42.1 43.92 -
YUV 175.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 189 169 170 0 0.11 0.10 0.26 357 0.13 0.7
Hex BD A9 AA 0 B A 1A 165 D 46
Octal 275 251 252 0 13 12 32 545 15 106
Binary 10111101 10101001 10101010 0 1011 1010 11010 101100101 1101 1000110

Color Harmonies of #BDA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9AA

Black with #BDA9AA

Text Example


Text Example

White with #BDA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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