#B3ADAE

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

Shades of Careys Pink #B3ADAE

Tints of Careys Pink #B3ADAE

Color information

#B3ADAE (or 0xB3ADAE) is unknown color: approx Careys Pink. HEX triplet: B3, AD and AE. RGB value is (179,173,174). Sum of RGB (Red+Green+Blue) = 179+173+174=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADAE is #4C5251. Grayscale: #AEAEAE. Windows color (decimal): -5001810 or 11447731. OLE color: 11447731.

HSL color Cylindrical-coordinate representation of color #B3ADAE: hue angle of 350º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B3ADAE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179173174-
CMYK00.030.030.30
HSL350º3.8%69.02%-
HSV(B)350º3.35%70.2%-
XYZ41.1742.5346.08-
YUV174.91127.49130.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=34.03%
G=32.89%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917317400.030.030.303503.869.02
HexB3ADAE0331E15e445
Octal263255256033365364105
Binary10110011101011011010111001111111101010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADAE; }

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

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

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

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

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

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

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

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