#B9AEAF

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

Shades of Careys Pink #B9AEAF

Tints of Careys Pink #B9AEAF

Color information

#B9AEAF (or 0xB9AEAF) is unknown color: approx Careys Pink. HEX triplet: B9, AE and AF. RGB value is (185,174,175). Sum of RGB (Red+Green+Blue) = 185+174+175=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEAF is #465150. Grayscale: #B1B1B1. Windows color (decimal): -4608337 or 11513529. OLE color: 11513529.

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

Color convert

RGB185174175-
CMYK00.060.050.27
HSL354.55º7.28%70.39%-
HSV(B)354.55º5.95%72.55%-
XYZ42.8843.6846.73-
YUV177.4126.64133.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=34.64%
G=32.58%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517417500.060.050.27354.557.2870.39
HexB9AEAF0651B163746
Octal271256257065335437106
Binary1011100110101110101011110110101110111011000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEAF; }

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

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

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

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

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

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

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

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