#BDAF9D

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

Shades of Akaroa #BDAF9D

Tints of Akaroa #BDAF9D

Color information

#BDAF9D (or 0xBDAF9D) is unknown color: approx Akaroa. HEX triplet: BD, AF and 9D. RGB value is (189,175,157). Sum of RGB (Red+Green+Blue) = 189+175+157=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF9D is #425062. Grayscale: #B1B1B1. Windows color (decimal): -4345955 or 10334141. OLE color: 10334141.

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

Color convert

RGB189175157-
CMYK00.070.170.26
HSL33.75º19.51%67.84%-
HSV(B)33.75º16.93%74.12%-
XYZ42.443.9138.14-
YUV177.13116.64136.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=36.28%
G=33.59%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917515700.070.170.2633.7519.5167.84
HexBDAF9D07111A221444
Octal2752572350721324224104
Binary10111101101011111001110101111000111010100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF9D; }

 p { color: rgb(189,175,157); }

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

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

 a { background-color: rgb(189,175,157); }

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

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

 span { border-color: rgb(189,175,157); }

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