#B19698

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

Shades of Careys Pink #B19698

Tints of Careys Pink #B19698

Color information

#B19698 (or 0xB19698) is unknown color: approx Careys Pink. HEX triplet: B1, 96 and 98. RGB value is (177,150,152). Sum of RGB (Red+Green+Blue) = 177+150+152=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B19698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19698 is #4E6967. Grayscale: #9E9E9E. Windows color (decimal): -5138792 or 10000049. OLE color: 10000049.

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

Color convert

RGB177150152-
CMYK00.150.140.31
HSL355.56º14.75%64.12%-
HSV(B)355.56º15.25%69.41%-
XYZ34.7133.4334.33-
YUV158.3124.45141.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 152 (59.77% from 255) = 31.73%
R=36.95%
G=31.32%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715015200.150.140.31355.5614.7564.12
HexB196980FE1F164f40
Octal261226230017163754417100
Binary1011000110010110100110000111111101111110110010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19698; }

 p { color: rgb(177,150,152); }

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

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

 a { background-color: rgb(177,150,152); }

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

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

 span { border-color: rgb(177,150,152); }

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