Html Css Color HEX #BDA8AB Careys Pink

📋 copy color: '#BDA8AB'

red 189 ◦ green 168 ◦ blue 171

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

Shades of Careys Pink #BDA8AB

Tints of Careys Pink #BDA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.82%

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

R = 35.8%
G = 31.82%
B = 32.39%

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

#BDA8AB (or 0xBDA8AB) is known color: Careys Pink. HEX triplet: BD, A8 and AB. RGB value is (189,168,171). Sum of RGB (Red+Green+Blue) = 189+168+171=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8AB is #425754. Grayscale: #AEAEAE. Windows color (decimal): -4347733 or 11249853. OLE color: 11249853.

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

Color convert

RGB 189 168 171 -
CMYK 0 0.11 0.10 0.26
HSL 351.43º 0.14% 0.7% -
HSV(B) 351.43º 0.11% 0.74% -
XYZ 42.34 41.76 44.36 -
YUV 174.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 189 168 171 0 0.11 0.10 0.26 351.43 0.14 0.7
Hex BD A8 AB 0 B A 1A 15F E 46
Octal 275 250 253 0 13 12 32 537 16 106
Binary 10111101 10101000 10101011 0 1011 1010 11010 101011111 1110 1000110

Color Harmonies of #BDA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8AB

Black with #BDA8AB

Text Example


Text Example

White with #BDA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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