#BCAD94

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

Shades of Akaroa #BCAD94

Tints of Akaroa #BCAD94

Color information

#BCAD94 (or 0xBCAD94) is unknown color: approx Akaroa. HEX triplet: BC, AD and 94. RGB value is (188,173,148). Sum of RGB (Red+Green+Blue) = 188+173+148=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD94 is #43526B. Grayscale: #AEAEAE. Windows color (decimal): -4412012 or 9743804. OLE color: 9743804.

HSL color Cylindrical-coordinate representation of color #BCAD94: hue angle of 37.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCAD94 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188173148-
CMYK00.080.210.26
HSL37.5º22.99%65.88%-
HSV(B)37.5º21.28%73.73%-
XYZ41.0342.7234.1-
YUV174.64112.97137.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=36.94%
G=33.99%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817314800.080.210.2637.522.9965.88
HexBCAD9408151A261742
Octal27425522401025324627102
Binary101111001010110110010100010001010111010100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD94; }

 p { color: rgb(188,173,148); }

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

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

 a { background-color: rgb(188,173,148); }

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

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

 span { border-color: rgb(188,173,148); }

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