#8BABB9

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

Shades of Botticelli #8BABB9

Tints of Botticelli #8BABB9

Color information

#8BABB9 (or 0x8BABB9) is unknown color: approx Botticelli. HEX triplet: 8B, AB and B9. RGB value is (139,171,185). Sum of RGB (Red+Green+Blue) = 139+171+185=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABB9 is #745446. Grayscale: #A2A2A2. Windows color (decimal): -7623751 or 12168075. OLE color: 12168075.

HSL color Cylindrical-coordinate representation of color #8BABB9: hue angle of 198.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BABB9 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139171185-
CMYK0.250.0800.27
HSL198.26º24.73%63.53%-
HSV(B)198.26º24.86%72.55%-
XYZ33.9738.1251.47-
YUV163.03140.4110.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=28.08%
G=34.55%
B=37.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391711850.250.0800.27198.2624.7363.53
Hex8BABB919801Bc61940
Octal213253271311003330631100
Binary10001011101010111011100111001100001101111000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BABB9; }

 p { color: rgb(139,171,185); }

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

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

 a { background-color: rgb(139,171,185); }

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

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

 span { border-color: rgb(139,171,185); }

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