Html Css Color HEX #BDA7AA Careys Pink

📋 copy color: '#BDA7AA'

red 189 ◦ green 167 ◦ blue 170

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

Shades of Careys Pink #BDA7AA

Tints of Careys Pink #BDA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.75%

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

R = 35.93%
G = 31.75%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDA7AA (or 0xBDA7AA) is known color: Careys Pink. HEX triplet: BD, A7 and AA. RGB value is (189,167,170). Sum of RGB (Red+Green+Blue) = 189+167+170=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7AA is #425855. Grayscale: #ADADAD. Windows color (decimal): -4347990 or 11184061. OLE color: 11184061.

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

Color convert

RGB 189 167 170 -
CMYK 0 0.12 0.10 0.26
HSL 351.82º 0.14% 0.7% -
HSV(B) 351.82º 0.12% 0.74% -
XYZ 42.06 41.36 43.8 -
YUV 173.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 189 167 170 0 0.12 0.10 0.26 351.82 0.14 0.7
Hex BD A7 AA 0 C A 1A 160 E 46
Octal 275 247 252 0 14 12 32 540 16 106
Binary 10111101 10100111 10101010 0 1100 1010 11010 101100000 1110 1000110

Color Harmonies of #BDA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7AA

Black with #BDA7AA

Text Example


Text Example

White with #BDA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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