#8BAFB5

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

Shades of Botticelli #8BAFB5

Tints of Botticelli #8BAFB5

Color information

#8BAFB5 (or 0x8BAFB5) is unknown color: approx Botticelli. HEX triplet: 8B, AF and B5. RGB value is (139,175,181). Sum of RGB (Red+Green+Blue) = 139+175+181=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 181 - color contains mainly: blue. Hex color #8BAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFB5 is #74504A. Grayscale: #A4A4A4. Windows color (decimal): -7622731 or 11906955. OLE color: 11906955.

HSL color Cylindrical-coordinate representation of color #8BAFB5: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BAFB5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB139175181-
CMYK0.230.0300.29
HSL188.57º22.11%62.75%-
HSV(B)188.57º23.2%70.98%-
XYZ34.3239.4949.53-
YUV164.92137.07109.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=28.08%
G=35.35%
B=36.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391751810.230.0300.29188.5722.1162.75
Hex8BAFB517301Dbd163f
Octal2132572652730352752677
Binary10001011101011111011010110111110111011011110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,181); }

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

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

 a { background-color: rgb(139,175,181); }

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

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

 span { border-color: rgb(139,175,181); }

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