#B09FA1

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

Shades of Careys Pink #B09FA1

Tints of Careys Pink #B09FA1

Color information

#B09FA1 (or 0xB09FA1) is unknown color: approx Careys Pink. HEX triplet: B0, 9F and A1. RGB value is (176,159,161). Sum of RGB (Red+Green+Blue) = 176+159+161=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FA1 is #4F605E. Grayscale: #A4A4A4. Windows color (decimal): -5202015 or 10592176. OLE color: 10592176.

HSL color Cylindrical-coordinate representation of color #B09FA1: hue angle of 352.94º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09FA1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176159161-
CMYK00.100.090.31
HSL352.94º9.71%65.69%-
HSV(B)352.94º9.66%69.02%-
XYZ36.7436.638.85-
YUV164.31126.13136.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=35.48%
G=32.06%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615916100.100.090.31352.949.7165.69
HexB09FA10A91F161a42
Octal260237241012113754112102
Binary1011000010011111101000010101010011111110110000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FA1; }

 p { color: rgb(176,159,161); }

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

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

 a { background-color: rgb(176,159,161); }

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

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

 span { border-color: rgb(176,159,161); }

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