#BDB294

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

Shades of Akaroa #BDB294

Tints of Akaroa #BDB294

Color information

#BDB294 (or 0xBDB294) is unknown color: approx Akaroa. HEX triplet: BD, B2 and 94. RGB value is (189,178,148). Sum of RGB (Red+Green+Blue) = 189+178+148=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB294 is #424D6B. Grayscale: #B2B2B2. Windows color (decimal): -4345196 or 9745085. OLE color: 9745085.

HSL color Cylindrical-coordinate representation of color #BDB294: hue angle of 43.9º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB294 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189178148-
CMYK00.060.220.26
HSL43.9º23.7%66.08%-
HSV(B)43.9º21.69%74.12%-
XYZ42.2544.834.44-
YUV177.87111.14135.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=36.70%
G=34.56%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917814800.060.220.2643.923.766.08
HexBDB29406161A2c1842
Octal2752622240626325430102
Binary10111101101100101001010001101011011010101100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB294; }

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

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

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

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

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

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

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

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