#BDB298

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

Shades of Akaroa #BDB298

Tints of Akaroa #BDB298

Color information

#BDB298 (or 0xBDB298) is unknown color: approx Akaroa. HEX triplet: BD, B2 and 98. RGB value is (189,178,152). Sum of RGB (Red+Green+Blue) = 189+178+152=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB298 is #424D67. Grayscale: #B2B2B2. Windows color (decimal): -4345192 or 10007229. OLE color: 10007229.

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

Color convert

RGB189178152-
CMYK00.060.200.26
HSL42.16º21.89%66.86%-
HSV(B)42.16º19.58%74.12%-
XYZ42.5744.9336.13-
YUV178.32113.14135.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=36.42%
G=34.30%
B=29.29%

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
Decimal18917815200.060.200.2642.1621.8966.86
HexBDB29806141A2a1643
Octal2752622300624325226103
Binary10111101101100101001100001101010011010101010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB298; }

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

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

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

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

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

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

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

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