Html Css Color HEX #BAAE9C Akaroa

📋 copy color: '#BAAE9C'

red 186 ◦ green 174 ◦ blue 156

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

Shades of Akaroa #BAAE9C

Tints of Akaroa #BAAE9C

RGB

 RED value IS 186 (73.05% from 255) = 36.05%

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

 BLUE value IS 156 (61.33% from 255) = 30.23%

R = 36.05%
G = 33.72%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAAE9C (or 0xBAAE9C) is known color: Akaroa. HEX triplet: BA, AE and 9C. RGB value is (186,174,156). Sum of RGB (Red+Green+Blue) = 186+174+156=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE9C is #455163. Grayscale: #AFAFAF. Windows color (decimal): -4542820 or 10268346. OLE color: 10268346.

HSL color Cylindrical-coordinate representation of color #BAAE9C: hue angle of 36º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAAE9C is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 156 -
CMYK 0 0.06 0.16 0.27
HSL 36º 0.18% 0.67% -
HSV(B) 36º 0.16% 0.73% -
XYZ 41.39 43.11 37.59 -
YUV 175.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 186 174 156 0 0.06 0.16 0.27 36 0.18 0.67
Hex BA AE 9C 0 6 10 1B 24 12 43
Octal 272 256 234 0 6 20 33 44 22 103
Binary 10111010 10101110 10011100 0 110 10000 11011 100100 10010 1000011

Color Harmonies of #BAAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE9C

Black with #BAAE9C

Text Example


Text Example

White with #BAAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE9C; }

 p { color: rgb(186,174,156); }

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

background-color css

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

 a { background-color: rgb(186,174,156); }

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

border-color css

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

 span { border-color: rgb(186,174,156); }

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