Html Css Color HEX #BDA5AB Careys Pink

📋 copy color: '#BDA5AB'

red 189 ◦ green 165 ◦ blue 171

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

Shades of Careys Pink #BDA5AB

Tints of Careys Pink #BDA5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.43%

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

R = 36%
G = 31.43%
B = 32.57%

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

#BDA5AB (or 0xBDA5AB) is known color: Careys Pink. HEX triplet: BD, A5 and AB. RGB value is (189,165,171). Sum of RGB (Red+Green+Blue) = 189+165+171=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5AB is #425A54. Grayscale: #ACACAC. Windows color (decimal): -4348501 or 11249085. OLE color: 11249085.

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

Color convert

RGB 189 165 171 -
CMYK 0 0.13 0.10 0.26
HSL 345º 0.15% 0.69% -
HSV(B) 345º 0.13% 0.74% -
XYZ 41.79 40.67 44.18 -
YUV 172.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 189 165 171 0 0.13 0.10 0.26 345 0.15 0.69
Hex BD A5 AB 0 D A 1A 159 F 45
Octal 275 245 253 0 15 12 32 531 17 105
Binary 10111101 10100101 10101011 0 1101 1010 11010 101011001 1111 1000101

Color Harmonies of #BDA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5AB

Black with #BDA5AB

Text Example


Text Example

White with #BDA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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