Html Css Color HEX #BDAE99 Akaroa

📋 copy color: '#BDAE99'

red 189 ◦ green 174 ◦ blue 153

#BDAE99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #BDAE99

Tints of Akaroa #BDAE99

RGB

 RED value IS 189 (74.22% from 255) = 36.63%

 GREEN value IS 174 (68.36% from 255) = 33.72%

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 36.63%
G = 33.72%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDAE99 (or 0xBDAE99) is known color: Akaroa. HEX triplet: BD, AE and 99. RGB value is (189,174,153). Sum of RGB (Red+Green+Blue) = 189+174+153=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE99 is #425166. Grayscale: #B0B0B0. Windows color (decimal): -4346215 or 10071741. OLE color: 10071741.

HSL color Cylindrical-coordinate representation of color #BDAE99: hue angle of 35º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDAE99 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 153 -
CMYK 0 0.08 0.19 0.26
HSL 35º 0.21% 0.67% -
HSV(B) 35º 0.19% 0.74% -
XYZ 41.87 43.39 36.31 -
YUV 176.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 189 174 153 0 0.08 0.19 0.26 35 0.21 0.67
Hex BD AE 99 0 8 13 1A 23 15 43
Octal 275 256 231 0 10 23 32 43 25 103
Binary 10111101 10101110 10011001 0 1000 10011 11010 100011 10101 1000011

Color Harmonies of #BDAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE99

Black with #BDAE99

Text Example


Text Example

White with #BDAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE99; }

 p { color: rgb(189,174,153); }

 H1.HeaderClassName
 {
   color: #BDAE99;
 }
 .AnyTagClassName
 {
   color: #BDAE99;
 }
</style>

background-color css

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

 a { background-color: rgb(189,174,153); }

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

border-color css

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

 span { border-color: rgb(189,174,153); }

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