#8BB1BD

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

Shades of Botticelli #8BB1BD

Tints of Botticelli #8BB1BD

Color information

#8BB1BD (or 0x8BB1BD) is unknown color: approx Botticelli. HEX triplet: 8B, B1 and BD. RGB value is (139,177,189). Sum of RGB (Red+Green+Blue) = 139+177+189=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1BD is #744E42. Grayscale: #A6A6A6. Windows color (decimal): -7622211 or 12431755. OLE color: 12431755.

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

Color convert

RGB139177189-
CMYK0.260.0600.26
HSL194.4º27.47%64.31%-
HSV(B)194.4º26.46%74.12%-
XYZ35.5540.6154.11-
YUV167.01140.41108.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.52%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=27.52%
G=35.05%
B=37.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391771890.260.0600.26194.427.4764.31
Hex8BB1BD1A601Ac21b40
Octal21326127532603230233100
Binary1000101110110001101111011101011001101011000010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,189); }

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

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

 a { background-color: rgb(139,177,189); }

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

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

 span { border-color: rgb(139,177,189); }

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