#BCAAAB

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

Shades of Careys Pink #BCAAAB

Tints of Careys Pink #BCAAAB

Color information

#BCAAAB (or 0xBCAAAB) is unknown color: approx Careys Pink. HEX triplet: BC, AA and AB. RGB value is (188,170,171). Sum of RGB (Red+Green+Blue) = 188+170+171=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAAB is #435554. Grayscale: #AFAFAF. Windows color (decimal): -4412757 or 11250364. OLE color: 11250364.

HSL color Cylindrical-coordinate representation of color #BCAAAB: hue angle of 356.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAAAB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188170171-
CMYK00.100.090.26
HSL356.67º11.84%70.2%-
HSV(B)356.67º9.57%73.73%-
XYZ42.4642.3844.47-
YUV175.5125.46136.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=35.54%
G=32.14%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817017100.100.090.26356.6711.8470.2
HexBCAAAB0A91A165c46
Octal274252253012113254514106
Binary1011110010101010101010110101010011101010110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAAB; }

 p { color: rgb(188,170,171); }

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

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

 a { background-color: rgb(188,170,171); }

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

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

 span { border-color: rgb(188,170,171); }

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