#9BB4BE

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

Shades of Botticelli #9BB4BE

Tints of Botticelli #9BB4BE

Color information

#9BB4BE (or 0x9BB4BE) is unknown color: approx Botticelli. HEX triplet: 9B, B4 and BE. RGB value is (155,180,190). Sum of RGB (Red+Green+Blue) = 155+180+190=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4BE is #644B41. Grayscale: #ADADAD. Windows color (decimal): -6572866 or 12498075. OLE color: 12498075.

HSL color Cylindrical-coordinate representation of color #9BB4BE: hue angle of 197.14º 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 #9BB4BE is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155180190-
CMYK0.180.0500.25
HSL197.14º21.21%67.65%-
HSV(B)197.14º18.42%74.51%-
XYZ39.1343.3355.02-
YUV173.66137.22114.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=29.52%
G=34.29%
B=36.19%

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
Decimal1551801900.180.0500.25197.1421.2167.65
Hex9BB4BE125019c51544
Octal23326427622503130525104
Binary1001101110110100101111101001010101100111000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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