#BCAF9B

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

Shades of Akaroa #BCAF9B

Tints of Akaroa #BCAF9B

Color information

#BCAF9B (or 0xBCAF9B) is unknown color: approx Akaroa. HEX triplet: BC, AF and 9B. RGB value is (188,175,155). Sum of RGB (Red+Green+Blue) = 188+175+155=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF9B is #435064. Grayscale: #B0B0B0. Windows color (decimal): -4411493 or 10203068. OLE color: 10203068.

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

Color convert

RGB188175155-
CMYK00.070.180.26
HSL36.36º19.76%67.25%-
HSV(B)36.36º17.55%73.73%-
XYZ41.9943.7237.24-
YUV176.61115.81136.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=36.29%
G=33.78%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817515500.070.180.2636.3619.7667.25
HexBCAF9B07121A241443
Octal2742572330722324424103
Binary10111100101011111001101101111001011010100100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF9B; }

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

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

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

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

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

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

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

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