Html Css Color HEX #9BB1BA Botticelli

📋 copy color: '#9BB1BA'

red 155 ◦ green 177 ◦ blue 186

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

Shades of Botticelli #9BB1BA

Tints of Botticelli #9BB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.17%

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

R = 29.92%
G = 34.17%
B = 35.91%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BB1BA (or 0x9BB1BA) is known color: Botticelli. HEX triplet: 9B, B1 and BA. RGB value is (155,177,186). Sum of RGB (Red+Green+Blue) = 155+177+186=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB1BA is #644E45. Grayscale: #ABABAB. Windows color (decimal): -6573638 or 12235163. OLE color: 12235163.

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

Color convert

RGB 155 177 186 -
CMYK 0.17 0.05 0 0.27
HSL 197.42º 0.18% 0.67% -
HSV(B) 197.42º 0.17% 0.73% -
XYZ 38.1 41.96 52.54 -
YUV 171.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 155 177 186 0.17 0.05 0 0.27 197.42 0.18 0.67
Hex 9B B1 BA 11 5 0 1B C5 12 43
Octal 233 261 272 21 5 0 33 305 22 103
Binary 10011011 10110001 10111010 10001 101 0 11011 11000101 10010 1000011

Color Harmonies of #9BB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB1BA

Black with #9BB1BA

Text Example


Text Example

White with #9BB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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