#B7AEAF

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

Shades of Careys Pink #B7AEAF

Tints of Careys Pink #B7AEAF

Color information

#B7AEAF (or 0xB7AEAF) is unknown color: approx Careys Pink. HEX triplet: B7, AE and AF. RGB value is (183,174,175). Sum of RGB (Red+Green+Blue) = 183+174+175=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEAF is #485150. Grayscale: #B0B0B0. Windows color (decimal): -4739409 or 11513527. OLE color: 11513527.

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

Color convert

RGB183174175-
CMYK00.050.040.28
HSL353.33º5.88%70%-
HSV(B)353.33º4.92%71.76%-
XYZ42.443.4346.71-
YUV176.8126.98132.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=34.40%
G=32.71%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317417500.050.040.28353.335.8870
HexB7AEAF0541C161646
Octal267256257054345416106
Binary1011011110101110101011110101100111001011000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEAF; }

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

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

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

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

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

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

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

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