Html Css Color HEX #BDA4AA Careys Pink

📋 copy color: '#BDA4AA'

red 189 ◦ green 164 ◦ blue 170

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

Shades of Careys Pink #BDA4AA

Tints of Careys Pink #BDA4AA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

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

R = 36.14%
G = 31.36%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDA4AA (or 0xBDA4AA) is known color: Careys Pink. HEX triplet: BD, A4 and AA. RGB value is (189,164,170). Sum of RGB (Red+Green+Blue) = 189+164+170=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4AA is #425B55. Grayscale: #ACACAC. Windows color (decimal): -4348758 or 11183293. OLE color: 11183293.

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

Color convert

RGB 189 164 170 -
CMYK 0 0.13 0.10 0.26
HSL 345.6º 0.16% 0.69% -
HSV(B) 345.6º 0.13% 0.74% -
XYZ 41.52 40.27 43.62 -
YUV 172.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 189 164 170 0 0.13 0.10 0.26 345.6 0.16 0.69
Hex BD A4 AA 0 D A 1A 15A 10 45
Octal 275 244 252 0 15 12 32 532 20 105
Binary 10111101 10100100 10101010 0 1101 1010 11010 101011010 10000 1000101

Color Harmonies of #BDA4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4AA

Black with #BDA4AA

Text Example


Text Example

White with #BDA4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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