Html Css Color HEX #BDA4A6 Careys Pink

📋 copy color: '#BDA4A6'

red 189 ◦ green 164 ◦ blue 166

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

Shades of Careys Pink #BDA4A6

Tints of Careys Pink #BDA4A6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 36.42%
G = 31.6%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BDA4A6 (or 0xBDA4A6) is known color: Careys Pink. HEX triplet: BD, A4 and A6. RGB value is (189,164,166). Sum of RGB (Red+Green+Blue) = 189+164+166=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A6 is #425B59. Grayscale: #ABABAB. Windows color (decimal): -4348762 or 10921149. OLE color: 10921149.

HSL color Cylindrical-coordinate representation of color #BDA4A6: hue angle of 355.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA4A6 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 164 166 -
CMYK 0 0.13 0.12 0.26
HSL 355.2º 0.16% 0.69% -
HSV(B) 355.2º 0.13% 0.74% -
XYZ 41.14 40.12 41.65 -
YUV 171.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 189 164 166 0 0.13 0.12 0.26 355.2 0.16 0.69
Hex BD A4 A6 0 D C 1A 163 10 45
Octal 275 244 246 0 15 14 32 543 20 105
Binary 10111101 10100100 10100110 0 1101 1100 11010 101100011 10000 1000101

Color Harmonies of #BDA4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4A6

Black with #BDA4A6

Text Example


Text Example

White with #BDA4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4A6; }

 p { color: rgb(189,164,166); }

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

background-color css

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

 a { background-color: rgb(189,164,166); }

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

border-color css

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

 span { border-color: rgb(189,164,166); }

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