#BBAE94

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

Shades of Akaroa #BBAE94

Tints of Akaroa #BBAE94

Color information

#BBAE94 (or 0xBBAE94) is unknown color: approx Akaroa. HEX triplet: BB, AE and 94. RGB value is (187,174,148). Sum of RGB (Red+Green+Blue) = 187+174+148=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE94 is #44516B. Grayscale: #AFAFAF. Windows color (decimal): -4477292 or 9744059. OLE color: 9744059.

HSL color Cylindrical-coordinate representation of color #BBAE94: hue angle of 40º 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 #BBAE94 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187174148-
CMYK00.070.210.27
HSL40º22.29%65.69%-
HSV(B)40º20.86%73.33%-
XYZ40.9742.9834.15-
YUV174.92112.81136.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=36.74%
G=34.18%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717414800.070.210.274022.2965.69
HexBBAE9407151B281642
Octal2732562240725335026102
Binary10111011101011101001010001111010111011101000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE94; }

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

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

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

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

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

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

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

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