Html Css Color HEX #BDA1A4 Careys Pink

📋 copy color: '#BDA1A4'

red 189 ◦ green 161 ◦ blue 164

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

Shades of Careys Pink #BDA1A4

Tints of Careys Pink #BDA1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.91%

R = 36.77%
G = 31.32%
B = 31.91%

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

#BDA1A4 (or 0xBDA1A4) is known color: Careys Pink. HEX triplet: BD, A1 and A4. RGB value is (189,161,164). Sum of RGB (Red+Green+Blue) = 189+161+164=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1A4 is #425E5B. Grayscale: #A9A9A9. Windows color (decimal): -4349532 or 10789309. OLE color: 10789309.

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

Color convert

RGB 189 161 164 -
CMYK 0 0.15 0.13 0.26
HSL 353.57º 0.18% 0.69% -
HSV(B) 353.57º 0.15% 0.74% -
XYZ 40.43 38.99 40.52 -
YUV 169.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 189 161 164 0 0.15 0.13 0.26 353.57 0.18 0.69
Hex BD A1 A4 0 F D 1A 162 12 45
Octal 275 241 244 0 17 15 32 542 22 105
Binary 10111101 10100001 10100100 0 1111 1101 11010 101100010 10010 1000101

Color Harmonies of #BDA1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1A4

Black with #BDA1A4

Text Example


Text Example

White with #BDA1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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