#BDAF98

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

Shades of Akaroa #BDAF98

Tints of Akaroa #BDAF98

Color information

#BDAF98 (or 0xBDAF98) is unknown color: approx Akaroa. HEX triplet: BD, AF and 98. RGB value is (189,175,152). Sum of RGB (Red+Green+Blue) = 189+175+152=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF98 is #425067. Grayscale: #B0B0B0. Windows color (decimal): -4345960 or 10006461. OLE color: 10006461.

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

Color convert

RGB189175152-
CMYK00.070.200.26
HSL37.3º21.89%66.86%-
HSV(B)37.3º19.58%74.12%-
XYZ41.9843.7535.94-
YUV176.56114.14136.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=36.63%
G=33.91%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917515200.070.200.2637.321.8966.86
HexBDAF9807141A251643
Octal2752572300724324526103
Binary10111101101011111001100001111010011010100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF98; }

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

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

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

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

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

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

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

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