#BF9C9E

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

Shades of Careys Pink #BF9C9E

Tints of Careys Pink #BF9C9E

Color information

#BF9C9E (or 0xBF9C9E) is unknown color: approx Careys Pink. HEX triplet: BF, 9C and 9E. RGB value is (191,156,158). Sum of RGB (Red+Green+Blue) = 191+156+158=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C9E is #406361. Grayscale: #A6A6A6. Windows color (decimal): -4219746 or 10394815. OLE color: 10394815.

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

Color convert

RGB191156158-
CMYK00.180.170.25
HSL356.57º21.47%68.04%-
HSV(B)356.57º18.32%74.9%-
XYZ39.5537.3237.47-
YUV166.69123.1145.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=37.82%
G=30.89%
B=31.29%

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
Decimal19115615800.180.170.25356.5721.4768.04
HexBF9C9E01211191651544
Octal277234236022213154525104
Binary1011111110011100100111100100101000111001101100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C9E; }

 p { color: rgb(191,156,158); }

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

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

 a { background-color: rgb(191,156,158); }

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

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

 span { border-color: rgb(191,156,158); }

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