Html Css Color HEX #BDA1A2 Careys Pink

📋 copy color: '#BDA1A2'

red 189 ◦ green 161 ◦ blue 162

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

Shades of Careys Pink #BDA1A2

Tints of Careys Pink #BDA1A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 36.91%
G = 31.45%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BDA1A2 (or 0xBDA1A2) is known color: Careys Pink. HEX triplet: BD, A1 and A2. RGB value is (189,161,162). Sum of RGB (Red+Green+Blue) = 189+161+162=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1A2 is #425E5D. Grayscale: #A9A9A9. Windows color (decimal): -4349534 or 10658237. OLE color: 10658237.

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

Color convert

RGB 189 161 162 -
CMYK 0 0.15 0.14 0.26
HSL 357.86º 0.18% 0.69% -
HSV(B) 357.86º 0.15% 0.74% -
XYZ 40.25 38.92 39.57 -
YUV 169.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 189 161 162 0 0.15 0.14 0.26 357.86 0.18 0.69
Hex BD A1 A2 0 F E 1A 166 12 45
Octal 275 241 242 0 17 16 32 546 22 105
Binary 10111101 10100001 10100010 0 1111 1110 11010 101100110 10010 1000101

Color Harmonies of #BDA1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1A2

Black with #BDA1A2

Text Example


Text Example

White with #BDA1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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