Html Css Color HEX #9BB3BA Botticelli

📋 copy color: '#9BB3BA'

red 155 ◦ green 179 ◦ blue 186

#9BB3BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #9BB3BA

Tints of Botticelli #9BB3BA

RGB

 RED value IS 155 (60.94% from 255) = 29.81%

 GREEN value IS 179 (70.31% from 255) = 34.42%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 29.81%
G = 34.42%
B = 35.77%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BB3BA (or 0x9BB3BA) is known color: Botticelli. HEX triplet: 9B, B3 and BA. RGB value is (155,179,186). Sum of RGB (Red+Green+Blue) = 155+179+186=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3BA is #644C45. Grayscale: #ACACAC. Windows color (decimal): -6573126 or 12235675. OLE color: 12235675.

HSL color Cylindrical-coordinate representation of color #9BB3BA: hue angle of 193.55º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BB3BA is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 179 186 -
CMYK 0.17 0.04 0 0.27
HSL 193.55º 0.18% 0.67% -
HSV(B) 193.55º 0.17% 0.73% -
XYZ 38.5 42.75 52.68 -
YUV 172.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 155 179 186 0.17 0.04 0 0.27 193.55 0.18 0.67
Hex 9B B3 BA 11 4 0 1B C2 12 43
Octal 233 263 272 21 4 0 33 302 22 103
Binary 10011011 10110011 10111010 10001 100 0 11011 11000010 10010 1000011

Color Harmonies of #9BB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB3BA

Black with #9BB3BA

Text Example


Text Example

White with #9BB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,179,186); }

 H1.HeaderClassName
 {
   color: #9BB3BA;
 }
 .AnyTagClassName
 {
   color: #9BB3BA;
 }
</style>

background-color css

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

 a { background-color: rgb(155,179,186); }

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

border-color css

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

 span { border-color: rgb(155,179,186); }

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