Html Css Color HEX #BDAE9A Akaroa

📋 copy color: '#BDAE9A'

red 189 ◦ green 174 ◦ blue 154

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

Shades of Akaroa #BDAE9A

Tints of Akaroa #BDAE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 36.56%
G = 33.66%
B = 29.79%

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

#BDAE9A (or 0xBDAE9A) is known color: Akaroa. HEX triplet: BD, AE and 9A. RGB value is (189,174,154). Sum of RGB (Red+Green+Blue) = 189+174+154=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE9A is #425165. Grayscale: #B0B0B0. Windows color (decimal): -4346214 or 10137277. OLE color: 10137277.

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

Color convert

RGB 189 174 154 -
CMYK 0 0.08 0.19 0.26
HSL 34.29º 0.21% 0.67% -
HSV(B) 34.29º 0.19% 0.74% -
XYZ 41.96 43.42 36.74 -
YUV 176.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 189 174 154 0 0.08 0.19 0.26 34.29 0.21 0.67
Hex BD AE 9A 0 8 13 1A 22 15 43
Octal 275 256 232 0 10 23 32 42 25 103
Binary 10111101 10101110 10011010 0 1000 10011 11010 100010 10101 1000011

Color Harmonies of #BDAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE9A

Black with #BDAE9A

Text Example


Text Example

White with #BDAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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