#B7ABAE

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

Shades of Careys Pink #B7ABAE

Tints of Careys Pink #B7ABAE

Color information

#B7ABAE (or 0xB7ABAE) is unknown color: approx Careys Pink. HEX triplet: B7, AB and AE. RGB value is (183,171,174). Sum of RGB (Red+Green+Blue) = 183+171+174=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABAE is #485451. Grayscale: #AEAEAE. Windows color (decimal): -4740178 or 11447223. OLE color: 11447223.

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

Color convert

RGB183171174-
CMYK00.070.050.28
HSL345º7.69%69.41%-
HSV(B)345º6.56%71.76%-
XYZ41.7342.2546-
YUV174.93127.48133.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=34.66%
G=32.39%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317117400.070.050.283457.6969.41
HexB7ABAE0751C159845
Octal2672532560753453110105
Binary10110111101010111010111001111011110010101100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABAE; }

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

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

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

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

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

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

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

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