#B6989C

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

Shades of Careys Pink #B6989C

Tints of Careys Pink #B6989C

Color information

#B6989C (or 0xB6989C) is unknown color: approx Careys Pink. HEX triplet: B6, 98 and 9C. RGB value is (182,152,156). Sum of RGB (Red+Green+Blue) = 182+152+156=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6989C is #496763. Grayscale: #A1A1A1. Windows color (decimal): -4810596 or 10262710. OLE color: 10262710.

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

Color convert

RGB182152156-
CMYK00.160.140.29
HSL352º17.05%65.49%-
HSV(B)352º16.48%71.37%-
XYZ36.5234.836.25-
YUV161.43124.94142.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=37.14%
G=31.02%
B=31.84%

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
Decimal18215215600.160.140.2935217.0565.49
HexB6989C010E1D1601141
Octal266230234020163554021101
Binary101101101001100010011100010000111011101101100000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6989C; }

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

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

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

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

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

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

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

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