Html Css Color HEX #BDA0A8 Careys Pink

📋 copy color: '#BDA0A8'

red 189 ◦ green 160 ◦ blue 168

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

Shades of Careys Pink #BDA0A8

Tints of Careys Pink #BDA0A8

RGB

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

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

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

R = 36.56%
G = 30.95%
B = 32.5%

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

#BDA0A8 (or 0xBDA0A8) is known color: Careys Pink. HEX triplet: BD, A0 and A8. RGB value is (189,160,168). Sum of RGB (Red+Green+Blue) = 189+160+168=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0A8 is #425F57. Grayscale: #A9A9A9. Windows color (decimal): -4349784 or 11051197. OLE color: 11051197.

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

Color convert

RGB 189 160 168 -
CMYK 0 0.15 0.11 0.26
HSL 343.45º 0.18% 0.68% -
HSV(B) 343.45º 0.15% 0.74% -
XYZ 40.62 38.79 42.39 -
YUV 169.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 189 160 168 0 0.15 0.11 0.26 343.45 0.18 0.68
Hex BD A0 A8 0 F B 1A 157 12 44
Octal 275 240 250 0 17 13 32 527 22 104
Binary 10111101 10100000 10101000 0 1111 1011 11010 101010111 10010 1000100

Color Harmonies of #BDA0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0A8

Black with #BDA0A8

Text Example


Text Example

White with #BDA0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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