Html Css Color HEX #BDA0A3 Careys Pink

📋 copy color: '#BDA0A3'

red 189 ◦ green 160 ◦ blue 163

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

Shades of Careys Pink #BDA0A3

Tints of Careys Pink #BDA0A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.84%

R = 36.91%
G = 31.25%
B = 31.84%

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

#BDA0A3 (or 0xBDA0A3) is known color: Careys Pink. HEX triplet: BD, A0 and A3. RGB value is (189,160,163). Sum of RGB (Red+Green+Blue) = 189+160+163=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA0A3 is #425F5C. Grayscale: #A9A9A9. Windows color (decimal): -4349789 or 10723517. OLE color: 10723517.

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

Color convert

RGB 189 160 163 -
CMYK 0 0.15 0.14 0.26
HSL 353.79º 0.18% 0.68% -
HSV(B) 353.79º 0.15% 0.74% -
XYZ 40.17 38.6 39.98 -
YUV 169.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 189 160 163 0 0.15 0.14 0.26 353.79 0.18 0.68
Hex BD A0 A3 0 F E 1A 162 12 44
Octal 275 240 243 0 17 16 32 542 22 104
Binary 10111101 10100000 10100011 0 1111 1110 11010 101100010 10010 1000100

Color Harmonies of #BDA0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0A3

Black with #BDA0A3

Text Example


Text Example

White with #BDA0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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