#BF9598

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

Shades of Careys Pink #BF9598

Tints of Careys Pink #BF9598

Color information

#BF9598 (or 0xBF9598) is unknown color: approx Careys Pink. HEX triplet: BF, 95 and 98. RGB value is (191,149,152). Sum of RGB (Red+Green+Blue) = 191+149+152=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9598 is #406A67. Grayscale: #A1A1A1. Windows color (decimal): -4221544 or 9999807. OLE color: 9999807.

HSL color Cylindrical-coordinate representation of color #BF9598: hue angle of 355.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF9598 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191149152-
CMYK00.220.200.25
HSL355.71º24.71%66.67%-
HSV(B)355.71º21.99%74.9%-
XYZ37.934.8434.43-
YUV161.9122.41148.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=38.82%
G=30.28%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114915200.220.200.25355.7124.7166.67
HexBF959801614191641943
Octal277225230026243154431103
Binary1011111110010101100110000101101010011001101100100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9598; }

 p { color: rgb(191,149,152); }

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

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

 a { background-color: rgb(191,149,152); }

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

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

 span { border-color: rgb(191,149,152); }

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