#B2ADAE

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

Shades of Careys Pink #B2ADAE

Tints of Careys Pink #B2ADAE

Color information

#B2ADAE (or 0xB2ADAE) is unknown color: approx Careys Pink. HEX triplet: B2, AD and AE. RGB value is (178,173,174). Sum of RGB (Red+Green+Blue) = 178+173+174=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADAE is #4D5251. Grayscale: #AEAEAE. Windows color (decimal): -5067346 or 11447730. OLE color: 11447730.

HSL color Cylindrical-coordinate representation of color #B2ADAE: hue angle of 348º degrees, saturation: 0.03, 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 #B2ADAE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178173174-
CMYK00.030.020.30
HSL348º3.14%68.82%-
HSV(B)348º2.81%69.8%-
XYZ40.9442.4146.07-
YUV174.61127.66130.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.90%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=33.90%
G=32.95%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817317400.030.020.303483.1468.82
HexB2ADAE0321E15c345
Octal262255256032365343105
Binary1011001010101101101011100111011110101011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADAE; }

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

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

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

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

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

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

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

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