#BBB09E

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

Shades of Akaroa #BBB09E

Tints of Akaroa #BBB09E

Color information

#BBB09E (or 0xBBB09E) is unknown color: approx Akaroa. HEX triplet: BB, B0 and 9E. RGB value is (187,176,158). Sum of RGB (Red+Green+Blue) = 187+176+158=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB09E is #444F61. Grayscale: #B1B1B1. Windows color (decimal): -4476770 or 10399931. OLE color: 10399931.

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

Color convert

RGB187176158-
CMYK00.060.160.27
HSL37.24º17.58%67.65%-
HSV(B)37.24º15.51%73.33%-
XYZ42.1944.0838.63-
YUV177.24117.14134.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=35.89%
G=33.78%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717615800.060.160.2737.2417.5867.65
HexBBB09E06101B251244
Octal2732602360620334522104
Binary10111011101100001001111001101000011011100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB09E; }

 p { color: rgb(187,176,158); }

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

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

 a { background-color: rgb(187,176,158); }

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

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

 span { border-color: rgb(187,176,158); }

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