#B9ADAE

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

Shades of Careys Pink #B9ADAE

Tints of Careys Pink #B9ADAE

Color information

#B9ADAE (or 0xB9ADAE) is unknown color: approx Careys Pink. HEX triplet: B9, AD and AE. RGB value is (185,173,174). Sum of RGB (Red+Green+Blue) = 185+173+174=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADAE is #465251. Grayscale: #B0B0B0. Windows color (decimal): -4608594 or 11447737. OLE color: 11447737.

HSL color Cylindrical-coordinate representation of color #B9ADAE: hue angle of 355º degrees, saturation: 0.08, 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 #B9ADAE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185173174-
CMYK00.060.060.27
HSL355º7.89%70.2%-
HSV(B)355º6.49%72.55%-
XYZ42.5943.2646.15-
YUV176.7126.48133.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=34.77%
G=32.52%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517317400.060.060.273557.8970.2
HexB9ADAE0661B163846
Octal2712552560663354310106
Binary10111001101011011010111001101101101110110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADAE; }

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

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

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

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

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

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

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

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