Html Css Color HEX #BFA1A7 Careys Pink

📋 copy color: '#BFA1A7'

red 191 ◦ green 161 ◦ blue 167

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

Shades of Careys Pink #BFA1A7

Tints of Careys Pink #BFA1A7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.02%

 BLUE value IS 167 (65.63% from 255) = 32.18%

R = 36.8%
G = 31.02%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BFA1A7 (or 0xBFA1A7) is known color: Careys Pink. HEX triplet: BF, A1 and A7. RGB value is (191,161,167). Sum of RGB (Red+Green+Blue) = 191+161+167=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA1A7 is #405E58. Grayscale: #AAAAAA. Windows color (decimal): -4218457 or 10985919. OLE color: 10985919.

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

Color convert

RGB 191 161 167 -
CMYK 0 0.16 0.13 0.25
HSL 348º 0.19% 0.69% -
HSV(B) 348º 0.16% 0.75% -
XYZ 41.21 39.36 41.98 -
YUV 170.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 191 161 167 0 0.16 0.13 0.25 348 0.19 0.69
Hex BF A1 A7 0 10 D 19 15C 13 45
Octal 277 241 247 0 20 15 31 534 23 105
Binary 10111111 10100001 10100111 0 10000 1101 11001 101011100 10011 1000101

Color Harmonies of #BFA1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1A7

Black with #BFA1A7

Text Example


Text Example

White with #BFA1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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