#BF9DA1

Color #BF9DA1 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BF9DA1

Tints of Careys Pink #BF9DA1

Color information

#BF9DA1 (or 0xBF9DA1) is unknown color: approx Careys Pink. HEX triplet: BF, 9D and A1. RGB value is (191,157,161). Sum of RGB (Red+Green+Blue) = 191+157+161=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9DA1 is #40625E. Grayscale: #A7A7A7. Windows color (decimal): -4219487 or 10591679. OLE color: 10591679.

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

Color convert

RGB191157161-
CMYK00.180.160.25
HSL352.94º20.99%68.24%-
HSV(B)352.94º17.8%74.9%-
XYZ39.9837.7638.9-
YUV167.62124.26144.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=37.52%
G=30.84%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115716100.180.160.25352.9420.9968.24
HexBF9DA101210191611544
Octal277235241022203154125104
Binary1011111110011101101000010100101000011001101100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DA1; }

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

 H1.HeaderClassName
 {
   color: #BF9DA1;
 }
 .AnyTagClassName
 {
   color: #BF9DA1;
 }
</style>
background-color css

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

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

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

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

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

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