#BDB194

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

Shades of Akaroa #BDB194

Tints of Akaroa #BDB194

Color information

#BDB194 (or 0xBDB194) is unknown color: approx Akaroa. HEX triplet: BD, B1 and 94. RGB value is (189,177,148). Sum of RGB (Red+Green+Blue) = 189+177+148=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB194 is #424E6B. Grayscale: #B1B1B1. Windows color (decimal): -4345452 or 9744829. OLE color: 9744829.

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

Color convert

RGB189177148-
CMYK00.060.220.26
HSL42.44º23.7%66.08%-
HSV(B)42.44º21.69%74.12%-
XYZ42.0544.434.37-
YUV177.28111.48136.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=36.77%
G=34.44%
B=28.79%

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
Decimal18917714800.060.220.2642.4423.766.08
HexBDB19406161A2a1842
Octal2752612240626325230102
Binary10111101101100011001010001101011011010101010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB194; }

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

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

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

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

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

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

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

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