Html Css Color HEX #BFA5A6 Careys Pink

📋 copy color: '#BFA5A6'

red 191 ◦ green 165 ◦ blue 166

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

Shades of Careys Pink #BFA5A6

Tints of Careys Pink #BFA5A6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.61%

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

R = 36.59%
G = 31.61%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BFA5A6 (or 0xBFA5A6) is known color: Careys Pink. HEX triplet: BF, A5 and A6. RGB value is (191,165,166). Sum of RGB (Red+Green+Blue) = 191+165+166=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA5A6 is #405A59. Grayscale: #ACACAC. Windows color (decimal): -4217434 or 10921407. OLE color: 10921407.

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

Color convert

RGB 191 165 166 -
CMYK 0 0.14 0.13 0.25
HSL 357.69º 0.17% 0.7% -
HSV(B) 357.69º 0.14% 0.75% -
XYZ 41.82 40.74 41.74 -
YUV 172.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 191 165 166 0 0.14 0.13 0.25 357.69 0.17 0.7
Hex BF A5 A6 0 E D 19 166 11 46
Octal 277 245 246 0 16 15 31 546 21 106
Binary 10111111 10100101 10100110 0 1110 1101 11001 101100110 10001 1000110

Color Harmonies of #BFA5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5A6

Black with #BFA5A6

Text Example


Text Example

White with #BFA5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5A6; }

 p { color: rgb(191,165,166); }

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

background-color css

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

 a { background-color: rgb(191,165,166); }

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

border-color css

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

 span { border-color: rgb(191,165,166); }

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