Html Css Color HEX #BFA1A9 Careys Pink

📋 copy color: '#BFA1A9'

red 191 ◦ green 161 ◦ blue 169

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

Shades of Careys Pink #BFA1A9

Tints of Careys Pink #BFA1A9

RGB

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

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

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

R = 36.66%
G = 30.9%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BFA1A9 (or 0xBFA1A9) is known color: Careys Pink. HEX triplet: BF, A1 and A9. RGB value is (191,161,169). Sum of RGB (Red+Green+Blue) = 191+161+169=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA1A9 is #405E56. Grayscale: #AAAAAA. Windows color (decimal): -4218455 or 11116991. OLE color: 11116991.

HSL color Cylindrical-coordinate representation of color #BFA1A9: hue angle of 344º 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 #BFA1A9 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 161 169 -
CMYK 0 0.16 0.12 0.25
HSL 344º 0.19% 0.69% -
HSV(B) 344º 0.16% 0.75% -
XYZ 41.39 39.43 42.97 -
YUV 170.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 191 161 169 0 0.16 0.12 0.25 344 0.19 0.69
Hex BF A1 A9 0 10 C 19 158 13 45
Octal 277 241 251 0 20 14 31 530 23 105
Binary 10111111 10100001 10101001 0 10000 1100 11001 101011000 10011 1000101

Color Harmonies of #BFA1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1A9

Black with #BFA1A9

Text Example


Text Example

White with #BFA1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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