Html Css Color HEX #BDA4A7 Careys Pink

📋 copy color: '#BDA4A7'

red 189 ◦ green 164 ◦ blue 167

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

Shades of Careys Pink #BDA4A7

Tints of Careys Pink #BDA4A7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.54%

 BLUE value IS 167 (65.63% from 255) = 32.12%

R = 36.35%
G = 31.54%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BDA4A7 (or 0xBDA4A7) is known color: Careys Pink. HEX triplet: BD, A4 and A7. RGB value is (189,164,167). Sum of RGB (Red+Green+Blue) = 189+164+167=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A7 is #425B58. Grayscale: #ABABAB. Windows color (decimal): -4348761 or 10986685. OLE color: 10986685.

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

Color convert

RGB 189 164 167 -
CMYK 0 0.13 0.12 0.26
HSL 352.8º 0.16% 0.69% -
HSV(B) 352.8º 0.13% 0.74% -
XYZ 41.24 40.16 42.14 -
YUV 171.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 189 164 167 0 0.13 0.12 0.26 352.8 0.16 0.69
Hex BD A4 A7 0 D C 1A 161 10 45
Octal 275 244 247 0 15 14 32 541 20 105
Binary 10111101 10100100 10100111 0 1101 1100 11010 101100001 10000 1000101

Color Harmonies of #BDA4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4A7

Black with #BDA4A7

Text Example


Text Example

White with #BDA4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4A7; }

 p { color: rgb(189,164,167); }

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

background-color css

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

 a { background-color: rgb(189,164,167); }

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

border-color css

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

 span { border-color: rgb(189,164,167); }

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