#BCAAAE

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

Shades of Careys Pink #BCAAAE

Tints of Careys Pink #BCAAAE

Color information

#BCAAAE (or 0xBCAAAE) is unknown color: approx Careys Pink. HEX triplet: BC, AA and AE. RGB value is (188,170,174). Sum of RGB (Red+Green+Blue) = 188+170+174=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAAE is #435551. Grayscale: #AFAFAF. Windows color (decimal): -4412754 or 11446972. OLE color: 11446972.

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

Color convert

RGB188170174-
CMYK00.100.070.26
HSL346.67º11.84%70.2%-
HSV(B)346.67º9.57%73.73%-
XYZ42.7542.545.99-
YUV175.84126.96136.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=35.34%
G=31.95%
B=32.71%

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
Decimal18817017400.100.070.26346.6711.8470.2
HexBCAAAE0A71A15bc46
Octal27425225601273253314106
Binary101111001010101010101110010101111101010101101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAAE; }

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

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

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

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

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

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

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

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