#BBAE9A

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

Shades of Akaroa #BBAE9A

Tints of Akaroa #BBAE9A

Color information

#BBAE9A (or 0xBBAE9A) is unknown color: approx Akaroa. HEX triplet: BB, AE and 9A. RGB value is (187,174,154). Sum of RGB (Red+Green+Blue) = 187+174+154=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE9A is #445165. Grayscale: #AFAFAF. Windows color (decimal): -4477286 or 10137275. OLE color: 10137275.

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

Color convert

RGB187174154-
CMYK00.070.180.27
HSL36.36º19.53%66.86%-
HSV(B)36.36º17.65%73.33%-
XYZ41.4643.1736.72-
YUV175.61115.81136.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=36.31%
G=33.79%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717415400.070.180.2736.3619.5366.86
HexBBAE9A07121B241443
Octal2732562320722334424103
Binary10111011101011101001101001111001011011100100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE9A; }

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

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

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

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

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

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

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

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