#BDB197

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

Shades of Akaroa #BDB197

Tints of Akaroa #BDB197

Color information

#BDB197 (or 0xBDB197) is unknown color: approx Akaroa. HEX triplet: BD, B1 and 97. RGB value is (189,177,151). Sum of RGB (Red+Green+Blue) = 189+177+151=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB197 is #424E68. Grayscale: #B1B1B1. Windows color (decimal): -4345449 or 9941437. OLE color: 9941437.

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

Color convert

RGB189177151-
CMYK00.060.200.26
HSL41.05º22.35%66.67%-
HSV(B)41.05º20.11%74.12%-
XYZ42.2944.535.64-
YUV177.62112.98136.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=36.56%
G=34.24%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917715100.060.200.2641.0522.3566.67
HexBDB19706141A291643
Octal2752612270624325126103
Binary10111101101100011001011101101010011010101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB197; }

 p { color: rgb(189,177,151); }

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

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

 a { background-color: rgb(189,177,151); }

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

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

 span { border-color: rgb(189,177,151); }

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