#BDAF9C

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

Shades of Akaroa #BDAF9C

Tints of Akaroa #BDAF9C

Color information

#BDAF9C (or 0xBDAF9C) is unknown color: approx Akaroa. HEX triplet: BD, AF and 9C. RGB value is (189,175,156). Sum of RGB (Red+Green+Blue) = 189+175+156=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF9C is #425063. Grayscale: #B1B1B1. Windows color (decimal): -4345956 or 10268605. OLE color: 10268605.

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

Color convert

RGB189175156-
CMYK00.070.170.26
HSL34.55º20%67.65%-
HSV(B)34.55º17.46%74.12%-
XYZ42.3243.8837.69-
YUV177.02116.14136.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 156 (61.33% from 255) = 30%
R=36.35%
G=33.65%
B=30%

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
Decimal18917515600.070.170.2634.552067.65
HexBDAF9C07111A231444
Octal2752572340721324324104
Binary10111101101011111001110001111000111010100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF9C; }

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

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

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

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

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

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

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

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