#B6ADAE

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

Shades of Careys Pink #B6ADAE

Tints of Careys Pink #B6ADAE

Color information

#B6ADAE (or 0xB6ADAE) is unknown color: approx Careys Pink. HEX triplet: B6, AD and AE. RGB value is (182,173,174). Sum of RGB (Red+Green+Blue) = 182+173+174=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ADAE is #495251. Grayscale: #AFAFAF. Windows color (decimal): -4805202 or 11447734. OLE color: 11447734.

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

Color convert

RGB182173174-
CMYK00.050.040.29
HSL353.33º5.81%69.61%-
HSV(B)353.33º4.95%71.37%-
XYZ41.8742.8946.12-
YUV175.8126.98132.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=34.40%
G=32.70%
B=32.89%

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
Decimal18217317400.050.040.29353.335.8169.61
HexB6ADAE0541D161646
Octal266255256054355416106
Binary1011011010101101101011100101100111011011000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADAE; }

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

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

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

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

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

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

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

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