#B9ADAF

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

Shades of Careys Pink #B9ADAF

Tints of Careys Pink #B9ADAF

Color information

#B9ADAF (or 0xB9ADAF) is unknown color: approx Careys Pink. HEX triplet: B9, AD and AF. RGB value is (185,173,175). Sum of RGB (Red+Green+Blue) = 185+173+175=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADAF is #465250. Grayscale: #B0B0B0. Windows color (decimal): -4608593 or 11513273. OLE color: 11513273.

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

Color convert

RGB185173175-
CMYK00.060.050.27
HSL350º7.89%70.2%-
HSV(B)350º6.49%72.55%-
XYZ42.6943.346.66-
YUV176.82126.98133.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=34.71%
G=32.46%
B=32.83%

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
Decimal18517317500.060.050.273507.8970.2
HexB9ADAF0651B15e846
Octal2712552570653353610106
Binary10111001101011011010111101101011101110101111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADAF; }

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

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

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

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

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

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

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

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