#8BADB7

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

Shades of Botticelli #8BADB7

Tints of Botticelli #8BADB7

Color information

#8BADB7 (or 0x8BADB7) is unknown color: approx Botticelli. HEX triplet: 8B, AD and B7. RGB value is (139,173,183). Sum of RGB (Red+Green+Blue) = 139+173+183=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #8BADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADB7 is #745248. Grayscale: #A3A3A3. Windows color (decimal): -7623241 or 12037515. OLE color: 12037515.

HSL color Cylindrical-coordinate representation of color #8BADB7: hue angle of 193.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BADB7 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB139173183-
CMYK0.240.0500.28
HSL193.64º23.4%63.14%-
HSV(B)193.64º24.04%71.76%-
XYZ34.1438.850.49-
YUV163.97138.74110.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 183 (71.88% from 255) = 36.97%
R=28.08%
G=34.95%
B=36.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391731830.240.0500.28193.6423.463.14
Hex8BADB718501Cc2173f
Octal2132552673050343022777
Binary100010111010110110110111110001010111001100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,183); }

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

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

 a { background-color: rgb(139,173,183); }

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

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

 span { border-color: rgb(139,173,183); }

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