Html Css Color HEX #BFA7A9 Careys Pink

📋 copy color: '#BFA7A9'

red 191 ◦ green 167 ◦ blue 169

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

Shades of Careys Pink #BFA7A9

Tints of Careys Pink #BFA7A9

RGB

 RED value IS 191 (75% from 255) = 36.24%

 GREEN value IS 167 (65.63% from 255) = 31.69%

 BLUE value IS 169 (66.41% from 255) = 32.07%

R = 36.24%
G = 31.69%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BFA7A9 (or 0xBFA7A9) is known color: Careys Pink. HEX triplet: BF, A7 and A9. RGB value is (191,167,169). Sum of RGB (Red+Green+Blue) = 191+167+169=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7A9 is #405856. Grayscale: #AEAEAE. Windows color (decimal): -4216919 or 11118527. OLE color: 11118527.

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

Color convert

RGB 191 167 169 -
CMYK 0 0.13 0.12 0.25
HSL 355º 0.16% 0.7% -
HSV(B) 355º 0.13% 0.75% -
XYZ 42.47 41.58 43.32 -
YUV 174.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 191 167 169 0 0.13 0.12 0.25 355 0.16 0.7
Hex BF A7 A9 0 D C 19 163 10 46
Octal 277 247 251 0 15 14 31 543 20 106
Binary 10111111 10100111 10101001 0 1101 1100 11001 101100011 10000 1000110

Color Harmonies of #BFA7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7A9

Black with #BFA7A9

Text Example


Text Example

White with #BFA7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7A9; }

 p { color: rgb(191,167,169); }

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

background-color css

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

 a { background-color: rgb(191,167,169); }

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

border-color css

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

 span { border-color: rgb(191,167,169); }

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