#BDB297

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

Shades of Akaroa #BDB297

Tints of Akaroa #BDB297

Color information

#BDB297 (or 0xBDB297) is unknown color: approx Akaroa. HEX triplet: BD, B2 and 97. RGB value is (189,178,151). Sum of RGB (Red+Green+Blue) = 189+178+151=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB297 is #424D68. Grayscale: #B2B2B2. Windows color (decimal): -4345193 or 9941693. OLE color: 9941693.

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

Color convert

RGB189178151-
CMYK00.060.200.26
HSL42.63º22.35%66.67%-
HSV(B)42.63º20.11%74.12%-
XYZ42.4944.8935.7-
YUV178.21112.64135.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=36.49%
G=34.36%
B=29.15%

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
Decimal18917815100.060.200.2642.6322.3566.67
HexBDB29706141A2b1643
Octal2752622270624325326103
Binary10111101101100101001011101101010011010101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB297; }

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

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

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

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

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

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

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

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