#B3AEAF

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

Shades of Careys Pink #B3AEAF

Tints of Careys Pink #B3AEAF

Color information

#B3AEAF (or 0xB3AEAF) is unknown color: approx Careys Pink. HEX triplet: B3, AE and AF. RGB value is (179,174,175). Sum of RGB (Red+Green+Blue) = 179+174+175=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AEAF is #4C5150. Grayscale: #AFAFAF. Windows color (decimal): -5001553 or 11513523. OLE color: 11513523.

HSL color Cylindrical-coordinate representation of color #B3AEAF: hue angle of 348º degrees, saturation: 0.03, 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 #B3AEAF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179174175-
CMYK00.030.020.30
HSL348º3.18%69.22%-
HSV(B)348º2.79%70.2%-
XYZ41.4642.9546.66-
YUV175.61127.66130.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=33.90%
G=32.95%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917417500.030.020.303483.1869.22
HexB3AEAF0321E15c345
Octal263256257032365343105
Binary1011001110101110101011110111011110101011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEAF; }

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

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

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

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

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

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

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

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