#BCAAAF

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

Shades of Careys Pink #BCAAAF

Tints of Careys Pink #BCAAAF

Color information

#BCAAAF (or 0xBCAAAF) is unknown color: approx Careys Pink. HEX triplet: BC, AA and AF. RGB value is (188,170,175). Sum of RGB (Red+Green+Blue) = 188+170+175=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAAF is #435550. Grayscale: #AFAFAF. Windows color (decimal): -4412753 or 11512508. OLE color: 11512508.

HSL color Cylindrical-coordinate representation of color #BCAAAF: hue angle of 343.33º 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 #BCAAAF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188170175-
CMYK00.100.070.26
HSL343.33º11.84%70.2%-
HSV(B)343.33º9.57%73.73%-
XYZ42.8542.5446.51-
YUV175.95127.46136.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=35.27%
G=31.89%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817017500.100.070.26343.3311.8470.2
HexBCAAAF0A71A157c46
Octal27425225701273252714106
Binary101111001010101010101111010101111101010101011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAAF; }

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

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

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

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

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

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

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

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