#8BB1BE

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

Shades of Botticelli #8BB1BE

Tints of Botticelli #8BB1BE

Color information

#8BB1BE (or 0x8BB1BE) is unknown color: approx Botticelli. HEX triplet: 8B, B1 and BE. RGB value is (139,177,190). Sum of RGB (Red+Green+Blue) = 139+177+190=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1BE is #744E41. Grayscale: #A7A7A7. Windows color (decimal): -7622210 or 12497291. OLE color: 12497291.

HSL color Cylindrical-coordinate representation of color #8BB1BE: hue angle of 195.29º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BB1BE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139177190-
CMYK0.270.0700.25
HSL195.29º28.18%64.51%-
HSV(B)195.29º26.84%74.51%-
XYZ35.6640.6554.68-
YUV167.12140.91107.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=27.47%
G=34.98%
B=37.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391771900.270.0700.25195.2928.1864.51
Hex8BB1BE1B7019c31c41
Octal21326127633703130334101
Binary1000101110110001101111101101111101100111000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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