#B5ADAE

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

Shades of Careys Pink #B5ADAE

Tints of Careys Pink #B5ADAE

Color information

#B5ADAE (or 0xB5ADAE) is unknown color: approx Careys Pink. HEX triplet: B5, AD and AE. RGB value is (181,173,174). Sum of RGB (Red+Green+Blue) = 181+173+174=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADAE is #4A5251. Grayscale: #AFAFAF. Windows color (decimal): -4870738 or 11447733. OLE color: 11447733.

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

Color convert

RGB181173174-
CMYK00.040.040.29
HSL352.5º5.13%69.41%-
HSV(B)352.5º4.42%70.98%-
XYZ41.6442.7746.1-
YUV175.51127.15131.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=34.28%
G=32.77%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117317400.040.040.29352.55.1369.41
HexB5ADAE0441D161545
Octal265255256044355415105
Binary1011010110101101101011100100100111011011000011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADAE; }

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

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

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

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

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

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

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

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