#BDB598

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

Shades of Akaroa #BDB598

Tints of Akaroa #BDB598

Color information

#BDB598 (or 0xBDB598) is unknown color: approx Akaroa. HEX triplet: BD, B5 and 98. RGB value is (189,181,152). Sum of RGB (Red+Green+Blue) = 189+181+152=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB598 is #424A67. Grayscale: #B4B4B4. Windows color (decimal): -4344424 or 10007997. OLE color: 10007997.

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

Color convert

RGB189181152-
CMYK00.040.200.26
HSL47.03º21.89%66.86%-
HSV(B)47.03º19.58%74.12%-
XYZ43.1846.1336.33-
YUV180.09112.15134.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 181 (71.09% from 255) = 34.67%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=36.21%
G=34.67%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918115200.040.200.2647.0321.8966.86
HexBDB59804141A2f1643
Octal2752652300424325726103
Binary10111101101101011001100001001010011010101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB598; }

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

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

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

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

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

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

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

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