#B6AEAF

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

Shades of Careys Pink #B6AEAF

Tints of Careys Pink #B6AEAF

Color information

#B6AEAF (or 0xB6AEAF) is unknown color: approx Careys Pink. HEX triplet: B6, AE and AF. RGB value is (182,174,175). Sum of RGB (Red+Green+Blue) = 182+174+175=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AEAF is #495150. Grayscale: #B0B0B0. Windows color (decimal): -4804945 or 11513526. OLE color: 11513526.

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

Color convert

RGB182174175-
CMYK00.040.040.29
HSL352.5º5.19%69.8%-
HSV(B)352.5º4.4%71.37%-
XYZ42.1743.3146.7-
YUV176.51127.15131.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=34.27%
G=32.77%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217417500.040.040.29352.55.1969.8
HexB6AEAF0441D161546
Octal266256257044355415106
Binary1011011010101110101011110100100111011011000011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEAF; }

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

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

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

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

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

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

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

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