#B8AFB1

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

Shades of Careys Pink #B8AFB1

Tints of Careys Pink #B8AFB1

Color information

#B8AFB1 (or 0xB8AFB1) is unknown color: approx Careys Pink. HEX triplet: B8, AF and B1. RGB value is (184,175,177). Sum of RGB (Red+Green+Blue) = 184+175+177=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AFB1 is #47504E. Grayscale: #B1B1B1. Windows color (decimal): -4673615 or 11644856. OLE color: 11644856.

HSL color Cylindrical-coordinate representation of color #B8AFB1: hue angle of 346.67º 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 #B8AFB1 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB184175177-
CMYK00.050.040.28
HSL346.67º5.96%70.39%-
HSV(B)346.67º4.89%72.16%-
XYZ43.0344.0247.82-
YUV177.92127.48132.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=34.33%
G=32.65%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417517700.050.040.28346.675.9670.39
HexB8AFB10541C15b646
Octal270257261054345336106
Binary1011100010101111101100010101100111001010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFB1; }

 p { color: rgb(184,175,177); }

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

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

 a { background-color: rgb(184,175,177); }

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

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

 span { border-color: rgb(184,175,177); }

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