Html Css Color HEX #BDA6AB Careys Pink

📋 copy color: '#BDA6AB'

red 189 ◦ green 166 ◦ blue 171

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

Shades of Careys Pink #BDA6AB

Tints of Careys Pink #BDA6AB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.56%

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

R = 35.93%
G = 31.56%
B = 32.51%

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

#BDA6AB (or 0xBDA6AB) is known color: Careys Pink. HEX triplet: BD, A6 and AB. RGB value is (189,166,171). Sum of RGB (Red+Green+Blue) = 189+166+171=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA6AB is #425954. Grayscale: #ADADAD. Windows color (decimal): -4348245 or 11249341. OLE color: 11249341.

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

Color convert

RGB 189 166 171 -
CMYK 0 0.12 0.10 0.26
HSL 346.96º 0.15% 0.7% -
HSV(B) 346.96º 0.12% 0.74% -
XYZ 41.97 41.03 44.24 -
YUV 173.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 189 166 171 0 0.12 0.10 0.26 346.96 0.15 0.7
Hex BD A6 AB 0 C A 1A 15B F 46
Octal 275 246 253 0 14 12 32 533 17 106
Binary 10111101 10100110 10101011 0 1100 1010 11010 101011011 1111 1000110

Color Harmonies of #BDA6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6AB

Black with #BDA6AB

Text Example


Text Example

White with #BDA6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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