#B6ADAF

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

Shades of Careys Pink #B6ADAF

Tints of Careys Pink #B6ADAF

Color information

#B6ADAF (or 0xB6ADAF) is unknown color: approx Careys Pink. HEX triplet: B6, AD and AF. RGB value is (182,173,175). Sum of RGB (Red+Green+Blue) = 182+173+175=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ADAF is #495250. Grayscale: #AFAFAF. Windows color (decimal): -4805201 or 11513270. OLE color: 11513270.

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

Color convert

RGB182173175-
CMYK00.050.040.29
HSL346.67º5.81%69.61%-
HSV(B)346.67º4.95%71.37%-
XYZ41.9742.9346.63-
YUV175.92127.48132.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=34.34%
G=32.64%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217317500.050.040.29346.675.8169.61
HexB6ADAF0541D15b646
Octal266255257054355336106
Binary1011011010101101101011110101100111011010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADAF; }

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

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

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

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

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

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

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

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