#B2AEAF

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

Shades of Careys Pink #B2AEAF

Tints of Careys Pink #B2AEAF

Color information

#B2AEAF (or 0xB2AEAF) is unknown color: approx Careys Pink. HEX triplet: B2, AE and AF. RGB value is (178,174,175). Sum of RGB (Red+Green+Blue) = 178+174+175=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AEAF is #4D5150. Grayscale: #AFAFAF. Windows color (decimal): -5067089 or 11513522. OLE color: 11513522.

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

Color convert

RGB178174175-
CMYK00.020.020.30
HSL345º2.53%69.02%-
HSV(B)345º2.25%69.8%-
XYZ41.2342.8346.65-
YUV175.31127.83129.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=33.78%
G=33.02%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817417500.020.020.303452.5369.02
HexB2AEAF0221E159345
Octal262256257022365313105
Binary1011001010101110101011110101011110101011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEAF; }

 p { color: rgb(178,174,175); }

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

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

 a { background-color: rgb(178,174,175); }

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

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

 span { border-color: rgb(178,174,175); }

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