Html Css Color HEX #BDA8AC Careys Pink

📋 copy color: '#BDA8AC'

red 189 ◦ green 168 ◦ blue 172

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

Shades of Careys Pink #BDA8AC

Tints of Careys Pink #BDA8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.76%

 BLUE value IS 172 (67.58% from 255) = 32.51%

R = 35.73%
G = 31.76%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BDA8AC (or 0xBDA8AC) is known color: Careys Pink. HEX triplet: BD, A8 and AC. RGB value is (189,168,172). Sum of RGB (Red+Green+Blue) = 189+168+172=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8AC is #425753. Grayscale: #AEAEAE. Windows color (decimal): -4347732 or 11315389. OLE color: 11315389.

HSL color Cylindrical-coordinate representation of color #BDA8AC: hue angle of 348.57º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA8AC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 172 -
CMYK 0 0.11 0.09 0.26
HSL 348.57º 0.14% 0.7% -
HSV(B) 348.57º 0.11% 0.74% -
XYZ 42.44 41.8 44.86 -
YUV 174.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 189 168 172 0 0.11 0.09 0.26 348.57 0.14 0.7
Hex BD A8 AC 0 B 9 1A 15D E 46
Octal 275 250 254 0 13 11 32 535 16 106
Binary 10111101 10101000 10101100 0 1011 1001 11010 101011101 1110 1000110

Color Harmonies of #BDA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8AC

Black with #BDA8AC

Text Example


Text Example

White with #BDA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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