Html Css Color HEX #BDA0A5 Careys Pink

📋 copy color: '#BDA0A5'

red 189 ◦ green 160 ◦ blue 165

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

Shades of Careys Pink #BDA0A5

Tints of Careys Pink #BDA0A5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

 BLUE value IS 165 (64.84% from 255) = 32.1%

R = 36.77%
G = 31.13%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDA0A5 (or 0xBDA0A5) is known color: Careys Pink. HEX triplet: BD, A0 and A5. RGB value is (189,160,165). Sum of RGB (Red+Green+Blue) = 189+160+165=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0A5 is #425F5A. Grayscale: #A9A9A9. Windows color (decimal): -4349787 or 10854589. OLE color: 10854589.

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

Color convert

RGB 189 160 165 -
CMYK 0 0.15 0.13 0.26
HSL 349.66º 0.18% 0.68% -
HSV(B) 349.66º 0.15% 0.74% -
XYZ 40.35 38.68 40.94 -
YUV 169.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 189 160 165 0 0.15 0.13 0.26 349.66 0.18 0.68
Hex BD A0 A5 0 F D 1A 15E 12 44
Octal 275 240 245 0 17 15 32 536 22 104
Binary 10111101 10100000 10100101 0 1111 1101 11010 101011110 10010 1000100

Color Harmonies of #BDA0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0A5

Black with #BDA0A5

Text Example


Text Example

White with #BDA0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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