Html Css Color HEX #BDA1A5 Careys Pink

📋 copy color: '#BDA1A5'

red 189 ◦ green 161 ◦ blue 165

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

Shades of Careys Pink #BDA1A5

Tints of Careys Pink #BDA1A5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.26%

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

R = 36.7%
G = 31.26%
B = 32.04%

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

#BDA1A5 (or 0xBDA1A5) is known color: Careys Pink. HEX triplet: BD, A1 and A5. RGB value is (189,161,165). Sum of RGB (Red+Green+Blue) = 189+161+165=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1A5 is #425E5A. Grayscale: #A9A9A9. Windows color (decimal): -4349531 or 10854845. OLE color: 10854845.

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

Color convert

RGB 189 161 165 -
CMYK 0 0.15 0.13 0.26
HSL 351.43º 0.18% 0.69% -
HSV(B) 351.43º 0.15% 0.74% -
XYZ 40.52 39.03 40.99 -
YUV 169.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 189 161 165 0 0.15 0.13 0.26 351.43 0.18 0.69
Hex BD A1 A5 0 F D 1A 15F 12 45
Octal 275 241 245 0 17 15 32 537 22 105
Binary 10111101 10100001 10100101 0 1111 1101 11010 101011111 10010 1000101

Color Harmonies of #BDA1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1A5

Black with #BDA1A5

Text Example


Text Example

White with #BDA1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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