Html Css Color HEX #9BB3B6 Botticelli

📋 copy color: '#9BB3B6'

red 155 ◦ green 179 ◦ blue 182

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

Shades of Botticelli #9BB3B6

Tints of Botticelli #9BB3B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.27%

R = 30.04%
G = 34.69%
B = 35.27%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9BB3B6 (or 0x9BB3B6) is known color: Botticelli. HEX triplet: 9B, B3 and B6. RGB value is (155,179,182). Sum of RGB (Red+Green+Blue) = 155+179+182=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BB3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3B6 is #644C49. Grayscale: #ACACAC. Windows color (decimal): -6573130 or 11973531. OLE color: 11973531.

HSL color Cylindrical-coordinate representation of color #9BB3B6: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BB3B6 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 179 182 -
CMYK 0.15 0.02 0 0.29
HSL 186.67º 0.16% 0.66% -
HSV(B) 186.67º 0.15% 0.71% -
XYZ 38.08 42.59 50.47 -
YUV 172.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 155 179 182 0.15 0.02 0 0.29 186.67 0.16 0.66
Hex 9B B3 B6 F 2 0 1D BB 10 42
Octal 233 263 266 17 2 0 35 273 20 102
Binary 10011011 10110011 10110110 1111 10 0 11101 10111011 10000 1000010

Color Harmonies of #9BB3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB3B6

Black with #9BB3B6

Text Example


Text Example

White with #9BB3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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