#BBB198

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

Shades of Akaroa #BBB198

Tints of Akaroa #BBB198

Color information

#BBB198 (or 0xBBB198) is unknown color: approx Akaroa. HEX triplet: BB, B1 and 98. RGB value is (187,177,152). Sum of RGB (Red+Green+Blue) = 187+177+152=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB198 is #444E67. Grayscale: #B1B1B1. Windows color (decimal): -4476520 or 10006971. OLE color: 10006971.

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

Color convert

RGB187177152-
CMYK00.050.190.27
HSL42.86º20.47%66.47%-
HSV(B)42.86º18.72%73.33%-
XYZ41.8844.2836.04-
YUV177.14113.81135.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=36.24%
G=34.30%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717715200.050.190.2742.8620.4766.47
HexBBB19805131B2b1442
Octal2732612300523335324102
Binary10111011101100011001100001011001111011101011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB198; }

 p { color: rgb(187,177,152); }

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

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

 a { background-color: rgb(187,177,152); }

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

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

 span { border-color: rgb(187,177,152); }

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