#9BB5BE

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

Shades of Botticelli #9BB5BE

Tints of Botticelli #9BB5BE

Color information

#9BB5BE (or 0x9BB5BE) is unknown color: approx Botticelli. HEX triplet: 9B, B5 and BE. RGB value is (155,181,190). Sum of RGB (Red+Green+Blue) = 155+181+190=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5BE is #644A41. Grayscale: #AEAEAE. Windows color (decimal): -6572610 or 12498331. OLE color: 12498331.

HSL color Cylindrical-coordinate representation of color #9BB5BE: hue angle of 195.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BB5BE is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155181190-
CMYK0.180.0500.25
HSL195.43º21.21%67.65%-
HSV(B)195.43º18.42%74.51%-
XYZ39.3443.7355.08-
YUV174.25136.89114.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=29.47%
G=34.41%
B=36.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551811900.180.0500.25195.4321.2167.65
Hex9BB5BE125019c31544
Octal23326527622503130325104
Binary1001101110110101101111101001010101100111000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BB5BE; }

 p { color: rgb(155,181,190); }

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

<style>
 a { background-color: #9BB5BE; }

 a { background-color: rgb(155,181,190); }

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

<style>
 span { border-color: #9BB5BE; }

 span { border-color: rgb(155,181,190); }

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