Html Css Color HEX #9BB4BA Botticelli

📋 copy color: '#9BB4BA'

red 155 ◦ green 180 ◦ blue 186

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

Shades of Botticelli #9BB4BA

Tints of Botticelli #9BB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

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

R = 29.75%
G = 34.55%
B = 35.7%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BB4BA (or 0x9BB4BA) is known color: Botticelli. HEX triplet: 9B, B4 and BA. RGB value is (155,180,186). Sum of RGB (Red+Green+Blue) = 155+180+186=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4BA is #644B45. Grayscale: #ADADAD. Windows color (decimal): -6572870 or 12235931. OLE color: 12235931.

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

Color convert

RGB 155 180 186 -
CMYK 0.17 0.03 0 0.27
HSL 191.61º 0.18% 0.67% -
HSV(B) 191.61º 0.17% 0.73% -
XYZ 38.7 43.16 52.74 -
YUV 173.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 155 180 186 0.17 0.03 0 0.27 191.61 0.18 0.67
Hex 9B B4 BA 11 3 0 1B C0 12 43
Octal 233 264 272 21 3 0 33 300 22 103
Binary 10011011 10110100 10111010 10001 11 0 11011 11000000 10010 1000011

Color Harmonies of #9BB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB4BA

Black with #9BB4BA

Text Example


Text Example

White with #9BB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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