Html Css Color HEX #BDA1A8 Careys Pink

📋 copy color: '#BDA1A8'

red 189 ◦ green 161 ◦ blue 168

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

Shades of Careys Pink #BDA1A8

Tints of Careys Pink #BDA1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.43%

R = 36.49%
G = 31.08%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BDA1A8 (or 0xBDA1A8) is known color: Careys Pink. HEX triplet: BD, A1 and A8. RGB value is (189,161,168). Sum of RGB (Red+Green+Blue) = 189+161+168=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA1A8 is #425E57. Grayscale: #AAAAAA. Windows color (decimal): -4349528 or 11051453. OLE color: 11051453.

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

Color convert

RGB 189 161 168 -
CMYK 0 0.15 0.11 0.26
HSL 345º 0.18% 0.69% -
HSV(B) 345º 0.15% 0.74% -
XYZ 40.8 39.14 42.45 -
YUV 170.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 189 161 168 0 0.15 0.11 0.26 345 0.18 0.69
Hex BD A1 A8 0 F B 1A 159 12 45
Octal 275 241 250 0 17 13 32 531 22 105
Binary 10111101 10100001 10101000 0 1111 1011 11010 101011001 10010 1000101

Color Harmonies of #BDA1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1A8

Black with #BDA1A8

Text Example


Text Example

White with #BDA1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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