#BDB198

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

Shades of Akaroa #BDB198

Tints of Akaroa #BDB198

Color information

#BDB198 (or 0xBDB198) is unknown color: approx Akaroa. HEX triplet: BD, B1 and 98. RGB value is (189,177,152). Sum of RGB (Red+Green+Blue) = 189+177+152=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB198 is #424E67. Grayscale: #B1B1B1. Windows color (decimal): -4345448 or 10006973. OLE color: 10006973.

HSL color Cylindrical-coordinate representation of color #BDB198: hue angle of 40.54º 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 #BDB198 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189177152-
CMYK00.060.200.26
HSL40.54º21.89%66.86%-
HSV(B)40.54º19.58%74.12%-
XYZ42.3844.5336.07-
YUV177.74113.48136.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=36.49%
G=34.17%
B=29.34%

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
Decimal18917715200.060.200.2640.5421.8966.86
HexBDB19806141A291643
Octal2752612300624325126103
Binary10111101101100011001100001101010011010101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB198; }

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

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

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

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

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

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

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

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