#B6999C

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

Shades of Careys Pink #B6999C

Tints of Careys Pink #B6999C

Color information

#B6999C (or 0xB6999C) is unknown color: approx Careys Pink. HEX triplet: B6, 99 and 9C. RGB value is (182,153,156). Sum of RGB (Red+Green+Blue) = 182+153+156=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6999C is #496663. Grayscale: #A2A2A2. Windows color (decimal): -4810340 or 10262966. OLE color: 10262966.

HSL color Cylindrical-coordinate representation of color #B6999C: hue angle of 353.79º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6999C is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182153156-
CMYK00.160.140.29
HSL353.79º16.57%65.69%-
HSV(B)353.79º15.93%71.37%-
XYZ36.6835.1336.3-
YUV162.01124.61142.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=37.07%
G=31.16%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215315600.160.140.29353.7916.5765.69
HexB6999C010E1D1621142
Octal266231234020163554221102
Binary101101101001100110011100010000111011101101100010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6999C; }

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

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

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

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

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

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

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

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