#BF9D9F

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

Shades of Careys Pink #BF9D9F

Tints of Careys Pink #BF9D9F

Color information

#BF9D9F (or 0xBF9D9F) is unknown color: approx Careys Pink. HEX triplet: BF, 9D and 9F. RGB value is (191,157,159). Sum of RGB (Red+Green+Blue) = 191+157+159=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D9F is #406260. Grayscale: #A7A7A7. Windows color (decimal): -4219489 or 10460607. OLE color: 10460607.

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

Color convert

RGB191157159-
CMYK00.180.170.25
HSL356.47º20.99%68.24%-
HSV(B)356.47º17.8%74.9%-
XYZ39.837.6937.98-
YUV167.39123.26144.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=37.67%
G=30.97%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115715900.180.170.25356.4720.9968.24
HexBF9D9F01211191641544
Octal277235237022213154425104
Binary1011111110011101100111110100101000111001101100100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D9F; }

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

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

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

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

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

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

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

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