#B4AEAF

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

Shades of Careys Pink #B4AEAF

Tints of Careys Pink #B4AEAF

Color information

#B4AEAF (or 0xB4AEAF) is unknown color: approx Careys Pink. HEX triplet: B4, AE and AF. RGB value is (180,174,175). Sum of RGB (Red+Green+Blue) = 180+174+175=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AEAF is #4B5150. Grayscale: #AFAFAF. Windows color (decimal): -4936017 or 11513524. OLE color: 11513524.

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

Color convert

RGB180174175-
CMYK00.030.030.29
HSL350º3.85%69.41%-
HSV(B)350º3.33%70.59%-
XYZ41.743.0746.67-
YUV175.91127.49130.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 175 (68.75% 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.29
SystemRedGreenBlueCMYKHSL
Decimal18017417500.030.030.293503.8569.41
HexB4AEAF0331D15e445
Octal264256257033355364105
Binary10110100101011101010111101111111011010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEAF; }

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

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

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

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

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

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

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

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