#B0999C

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

Shades of Careys Pink #B0999C

Tints of Careys Pink #B0999C

Color information

#B0999C (or 0xB0999C) is unknown color: approx Careys Pink. HEX triplet: B0, 99 and 9C. RGB value is (176,153,156). Sum of RGB (Red+Green+Blue) = 176+153+156=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0999C is #4F6663. Grayscale: #A0A0A0. Windows color (decimal): -5203556 or 10262960. OLE color: 10262960.

HSL color Cylindrical-coordinate representation of color #B0999C: hue angle of 352.17º 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 #B0999C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176153156-
CMYK00.130.110.31
HSL352.17º12.71%64.51%-
HSV(B)352.17º13.07%69.02%-
XYZ35.334.4136.23-
YUV160.22125.62139.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=36.29%
G=31.55%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615315600.130.110.31352.1712.7164.51
HexB0999C0DB1F160d41
Octal260231234015133754015101
Binary1011000010011001100111000110110111111110110000011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0999C; }

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

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

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

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

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

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

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

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