#B2ACAD

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

Shades of Careys Pink #B2ACAD

Tints of Careys Pink #B2ACAD

Color information

#B2ACAD (or 0xB2ACAD) is unknown color: approx Careys Pink. HEX triplet: B2, AC and AD. RGB value is (178,172,173). Sum of RGB (Red+Green+Blue) = 178+172+173=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ACAD is #4D5352. Grayscale: #ADADAD. Windows color (decimal): -5067603 or 11381938. OLE color: 11381938.

HSL color Cylindrical-coordinate representation of color #B2ACAD: hue angle of 350º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2ACAD is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178172173-
CMYK00.030.030.30
HSL350º3.75%68.63%-
HSV(B)350º3.37%69.8%-
XYZ40.6641.9945.5-
YUV173.91127.49130.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=34.03%
G=32.89%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817217300.030.030.303503.7568.63
HexB2ACAD0331E15e445
Octal262254255033365364105
Binary10110010101011001010110101111111101010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACAD; }

 p { color: rgb(178,172,173); }

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

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

 a { background-color: rgb(178,172,173); }

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

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

 span { border-color: rgb(178,172,173); }

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