#BCAD96

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

Shades of Akaroa #BCAD96

Tints of Akaroa #BCAD96

Color information

#BCAD96 (or 0xBCAD96) is unknown color: approx Akaroa. HEX triplet: BC, AD and 96. RGB value is (188,173,150). Sum of RGB (Red+Green+Blue) = 188+173+150=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD96 is #435269. Grayscale: #AEAEAE. Windows color (decimal): -4412010 or 9874876. OLE color: 9874876.

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

Color convert

RGB188173150-
CMYK00.080.200.26
HSL36.32º22.09%66.27%-
HSV(B)36.32º20.21%73.73%-
XYZ41.1942.7834.94-
YUV174.86113.97137.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=36.79%
G=33.86%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817315000.080.200.2636.3222.0966.27
HexBCAD9608141A241642
Octal27425522601024324426102
Binary101111001010110110010110010001010011010100100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD96; }

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

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

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

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

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

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

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

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