#BCAD99

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

Shades of Akaroa #BCAD99

Tints of Akaroa #BCAD99

Color information

#BCAD99 (or 0xBCAD99) is unknown color: approx Akaroa. HEX triplet: BC, AD and 99. RGB value is (188,173,153). Sum of RGB (Red+Green+Blue) = 188+173+153=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD99 is #435266. Grayscale: #AFAFAF. Windows color (decimal): -4412007 or 10071484. OLE color: 10071484.

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

Color convert

RGB188173153-
CMYK00.080.190.26
HSL34.29º20.71%66.86%-
HSV(B)34.29º18.62%73.73%-
XYZ41.4342.8836.23-
YUV175.2115.47137.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 153 (60.16% from 255) = 29.77%
R=36.58%
G=33.66%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817315300.080.190.2634.2920.7166.86
HexBCAD9908131A221543
Octal27425523101023324225103
Binary101111001010110110011001010001001111010100010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD99; }

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

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

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

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

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

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

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

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