#BF9EA1

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

Shades of Careys Pink #BF9EA1

Tints of Careys Pink #BF9EA1

Color information

#BF9EA1 (or 0xBF9EA1) is unknown color: approx Careys Pink. HEX triplet: BF, 9E and A1. RGB value is (191,158,161). Sum of RGB (Red+Green+Blue) = 191+158+161=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9EA1 is #40615E. Grayscale: #A8A8A8. Windows color (decimal): -4219231 or 10591935. OLE color: 10591935.

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

Color convert

RGB191158161-
CMYK00.170.160.25
HSL354.55º20.5%68.43%-
HSV(B)354.55º17.28%74.9%-
XYZ40.1538.138.96-
YUV168.21123.93144.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 161 (63.28% from 255) = 31.57%
R=37.45%
G=30.98%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115816100.170.160.25354.5520.568.43
HexBF9EA101110191631444
Octal277236241021203154324104
Binary1011111110011110101000010100011000011001101100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EA1; }

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

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

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

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

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

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

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

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