#BBAB94

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

Shades of Akaroa #BBAB94

Tints of Akaroa #BBAB94

Color information

#BBAB94 (or 0xBBAB94) is unknown color: approx Akaroa. HEX triplet: BB, AB and 94. RGB value is (187,171,148). Sum of RGB (Red+Green+Blue) = 187+171+148=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB94 is #44546B. Grayscale: #ADADAD. Windows color (decimal): -4478060 or 9743291. OLE color: 9743291.

HSL color Cylindrical-coordinate representation of color #BBAB94: hue angle of 35.38º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAB94 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187171148-
CMYK00.090.210.27
HSL35.38º22.29%65.69%-
HSV(B)35.38º20.86%73.33%-
XYZ40.441.8333.96-
YUV173.16113.8137.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=36.96%
G=33.79%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717114800.090.210.2735.3822.2965.69
HexBBAB9409151B231642
Octal27325322401125334326102
Binary101110111010101110010100010011010111011100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB94; }

 p { color: rgb(187,171,148); }

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

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

 a { background-color: rgb(187,171,148); }

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

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

 span { border-color: rgb(187,171,148); }

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