#B7ADAE

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

Shades of Careys Pink #B7ADAE

Tints of Careys Pink #B7ADAE

Color information

#B7ADAE (or 0xB7ADAE) is unknown color: approx Careys Pink. HEX triplet: B7, AD and AE. RGB value is (183,173,174). Sum of RGB (Red+Green+Blue) = 183+173+174=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADAE is #485251. Grayscale: #B0B0B0. Windows color (decimal): -4739666 or 11447735. OLE color: 11447735.

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

Color convert

RGB183173174-
CMYK00.050.050.28
HSL354º6.49%69.8%-
HSV(B)354º5.46%71.76%-
XYZ42.1143.0146.13-
YUV176.1126.81132.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=34.53%
G=32.64%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317317400.050.050.283546.4969.8
HexB7ADAE0551C162646
Octal267255256055345426106
Binary1011011110101101101011100101101111001011000101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADAE; }

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

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

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

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

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

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

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

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