#BDB09E

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

Shades of Akaroa #BDB09E

Tints of Akaroa #BDB09E

Color information

#BDB09E (or 0xBDB09E) is unknown color: approx Akaroa. HEX triplet: BD, B0 and 9E. RGB value is (189,176,158). Sum of RGB (Red+Green+Blue) = 189+176+158=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB09E is #424F61. Grayscale: #B1B1B1. Windows color (decimal): -4345698 or 10399933. OLE color: 10399933.

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

Color convert

RGB189176158-
CMYK00.070.160.26
HSL34.84º19.02%68.04%-
HSV(B)34.84º16.4%74.12%-
XYZ42.6844.3438.66-
YUV177.83116.81135.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=36.14%
G=33.65%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917615800.070.160.2634.8419.0268.04
HexBDB09E07101A231344
Octal2752602360720324323104
Binary10111101101100001001111001111000011010100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB09E; }

 p { color: rgb(189,176,158); }

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

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

 a { background-color: rgb(189,176,158); }

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

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

 span { border-color: rgb(189,176,158); }

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