#B0999A

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

Shades of Careys Pink #B0999A

Tints of Careys Pink #B0999A

Color information

#B0999A (or 0xB0999A) is unknown color: approx Careys Pink. HEX triplet: B0, 99 and 9A. RGB value is (176,153,154). Sum of RGB (Red+Green+Blue) = 176+153+154=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B0999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0999A is #4F6665. Grayscale: #A0A0A0. Windows color (decimal): -5203558 or 10131888. OLE color: 10131888.

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

Color convert

RGB176153154-
CMYK00.130.120.31
HSL357.39º12.71%64.51%-
HSV(B)357.39º13.07%69.02%-
XYZ35.1334.3535.35-
YUV159.99124.62139.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=36.44%
G=31.68%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615315400.130.120.31357.3912.7164.51
HexB0999A0DC1F165d41
Octal260231232015143754515101
Binary1011000010011001100110100110111001111110110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0999A; }

 p { color: rgb(176,153,154); }

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

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

 a { background-color: rgb(176,153,154); }

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

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

 span { border-color: rgb(176,153,154); }

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