Html Css Color HEX #BDA9AB Careys Pink

📋 copy color: '#BDA9AB'

red 189 ◦ green 169 ◦ blue 171

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

Shades of Careys Pink #BDA9AB

Tints of Careys Pink #BDA9AB

RGB

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

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

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

R = 35.73%
G = 31.95%
B = 32.33%

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

#BDA9AB (or 0xBDA9AB) is known color: Careys Pink. HEX triplet: BD, A9 and AB. RGB value is (189,169,171). Sum of RGB (Red+Green+Blue) = 189+169+171=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA9AB is #425654. Grayscale: #AFAFAF. Windows color (decimal): -4347477 or 11250109. OLE color: 11250109.

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

Color convert

RGB 189 169 171 -
CMYK 0 0.11 0.10 0.26
HSL 354º 0.13% 0.7% -
HSV(B) 354º 0.11% 0.74% -
XYZ 42.52 42.14 44.42 -
YUV 175.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 189 169 171 0 0.11 0.10 0.26 354 0.13 0.7
Hex BD A9 AB 0 B A 1A 162 D 46
Octal 275 251 253 0 13 12 32 542 15 106
Binary 10111101 10101001 10101011 0 1011 1010 11010 101100010 1101 1000110

Color Harmonies of #BDA9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9AB

Black with #BDA9AB

Text Example


Text Example

White with #BDA9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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