#BBAE9C

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

Shades of Akaroa #BBAE9C

Tints of Akaroa #BBAE9C

Color information

#BBAE9C (or 0xBBAE9C) is unknown color: approx Akaroa. HEX triplet: BB, AE and 9C. RGB value is (187,174,156). Sum of RGB (Red+Green+Blue) = 187+174+156=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE9C is #445163. Grayscale: #AFAFAF. Windows color (decimal): -4477284 or 10268347. OLE color: 10268347.

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

Color convert

RGB187174156-
CMYK00.070.170.27
HSL34.84º18.56%67.25%-
HSV(B)34.84º16.58%73.33%-
XYZ41.6343.2437.6-
YUV175.83116.81135.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=36.17%
G=33.66%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717415600.070.170.2734.8418.5667.25
HexBBAE9C07111B231343
Octal2732562340721334323103
Binary10111011101011101001110001111000111011100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE9C; }

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

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

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

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

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

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

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

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