#BBAF9C

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

Shades of Akaroa #BBAF9C

Tints of Akaroa #BBAF9C

Color information

#BBAF9C (or 0xBBAF9C) is unknown color: approx Akaroa. HEX triplet: BB, AF and 9C. RGB value is (187,175,156). Sum of RGB (Red+Green+Blue) = 187+175+156=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF9C is #445063. Grayscale: #B0B0B0. Windows color (decimal): -4477028 or 10268603. OLE color: 10268603.

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

Color convert

RGB187175156-
CMYK00.060.170.27
HSL36.77º18.56%67.25%-
HSV(B)36.77º16.58%73.33%-
XYZ41.8243.6337.67-
YUV176.42116.48135.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=36.10%
G=33.78%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717515600.060.170.2736.7718.5667.25
HexBBAF9C06111B251343
Octal2732572340621334523103
Binary10111011101011111001110001101000111011100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF9C; }

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

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

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

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

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

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

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

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