#B0A1A4

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

Shades of Careys Pink #B0A1A4

Tints of Careys Pink #B0A1A4

Color information

#B0A1A4 (or 0xB0A1A4) is unknown color: approx Careys Pink. HEX triplet: B0, A1 and A4. RGB value is (176,161,164). Sum of RGB (Red+Green+Blue) = 176+161+164=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A1A4 is #4F5E5B. Grayscale: #A5A5A5. Windows color (decimal): -5201500 or 10789296. OLE color: 10789296.

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

Color convert

RGB176161164-
CMYK00.090.070.31
HSL348º8.67%66.08%-
HSV(B)348º8.52%69.02%-
XYZ37.3537.440.37-
YUV165.83126.97135.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=35.13%
G=32.14%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616116400.090.070.313488.6766.08
HexB0A1A40971F15c942
Octal26024124401173753411102
Binary101100001010000110100100010011111111110101110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1A4; }

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

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

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

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

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

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

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

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