Html Css Color HEX #BFA2A8 Careys Pink

📋 copy color: '#BFA2A8'

red 191 ◦ green 162 ◦ blue 168

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

Shades of Careys Pink #BFA2A8

Tints of Careys Pink #BFA2A8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.09%

 BLUE value IS 168 (66.02% from 255) = 32.25%

R = 36.66%
G = 31.09%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BFA2A8 (or 0xBFA2A8) is known color: Careys Pink. HEX triplet: BF, A2 and A8. RGB value is (191,162,168). Sum of RGB (Red+Green+Blue) = 191+162+168=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA2A8 is #405D57. Grayscale: #ABABAB. Windows color (decimal): -4218200 or 11051711. OLE color: 11051711.

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

Color convert

RGB 191 162 168 -
CMYK 0 0.15 0.12 0.25
HSL 347.59º 0.18% 0.69% -
HSV(B) 347.59º 0.15% 0.75% -
XYZ 41.47 39.74 42.53 -
YUV 171.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 191 162 168 0 0.15 0.12 0.25 347.59 0.18 0.69
Hex BF A2 A8 0 F C 19 15C 12 45
Octal 277 242 250 0 17 14 31 534 22 105
Binary 10111111 10100010 10101000 0 1111 1100 11001 101011100 10010 1000101

Color Harmonies of #BFA2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA2A8

Black with #BFA2A8

Text Example


Text Example

White with #BFA2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA2A8; }

 p { color: rgb(191,162,168); }

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

background-color css

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

 a { background-color: rgb(191,162,168); }

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

border-color css

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

 span { border-color: rgb(191,162,168); }

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