#B1ADAE

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

Shades of Careys Pink #B1ADAE

Tints of Careys Pink #B1ADAE

Color information

#B1ADAE (or 0xB1ADAE) is unknown color: approx Careys Pink. HEX triplet: B1, AD and AE. RGB value is (177,173,174). Sum of RGB (Red+Green+Blue) = 177+173+174=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADAE is #4E5251. Grayscale: #AEAEAE. Windows color (decimal): -5132882 or 11447729. OLE color: 11447729.

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

Color convert

RGB177173174-
CMYK00.020.020.31
HSL345º2.5%68.63%-
HSV(B)345º2.26%69.41%-
XYZ40.7242.2946.06-
YUV174.31127.83129.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=33.78%
G=33.02%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717317400.020.020.313452.568.63
HexB1ADAE0221F159245
Octal261255256022375312105
Binary1011000110101101101011100101011111101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADAE; }

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

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

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

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

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

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

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

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