Html Css Color HEX #BDAAAB Careys Pink

📋 copy color: '#BDAAAB'

red 189 ◦ green 170 ◦ blue 171

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

Shades of Careys Pink #BDAAAB

Tints of Careys Pink #BDAAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.08%

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

R = 35.66%
G = 32.08%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDAAAB (or 0xBDAAAB) is known color: Careys Pink. HEX triplet: BD, AA and AB. RGB value is (189,170,171). Sum of RGB (Red+Green+Blue) = 189+170+171=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAAB is #425554. Grayscale: #AFAFAF. Windows color (decimal): -4347221 or 11250365. OLE color: 11250365.

HSL color Cylindrical-coordinate representation of color #BDAAAB: hue angle of 356.84º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAAAB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 170 171 -
CMYK 0 0.10 0.10 0.26
HSL 356.84º 0.13% 0.7% -
HSV(B) 356.84º 0.1% 0.74% -
XYZ 42.71 42.51 44.48 -
YUV 175.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 189 170 171 0 0.10 0.10 0.26 356.84 0.13 0.7
Hex BD AA AB 0 A A 1A 165 D 46
Octal 275 252 253 0 12 12 32 545 15 106
Binary 10111101 10101010 10101011 0 1010 1010 11010 101100101 1101 1000110

Color Harmonies of #BDAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAAB

Black with #BDAAAB

Text Example


Text Example

White with #BDAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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