Html Css Color HEX #9BB4B6 Botticelli

📋 copy color: '#9BB4B6'

red 155 ◦ green 180 ◦ blue 182

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

Shades of Botticelli #9BB4B6

Tints of Botticelli #9BB4B6

RGB

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

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

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

R = 29.98%
G = 34.82%
B = 35.2%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9BB4B6 (or 0x9BB4B6) is known color: Botticelli. HEX triplet: 9B, B4 and B6. RGB value is (155,180,182). Sum of RGB (Red+Green+Blue) = 155+180+182=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BB4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4B6 is #644B49. Grayscale: #ACACAC. Windows color (decimal): -6572874 or 11973787. OLE color: 11973787.

HSL color Cylindrical-coordinate representation of color #9BB4B6: hue angle of 184.44º 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 #9BB4B6 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 182 -
CMYK 0.15 0.01 0 0.29
HSL 184.44º 0.16% 0.66% -
HSV(B) 184.44º 0.15% 0.71% -
XYZ 38.28 42.99 50.54 -
YUV 172.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 155 180 182 0.15 0.01 0 0.29 184.44 0.16 0.66
Hex 9B B4 B6 F 1 0 1D B8 10 42
Octal 233 264 266 17 1 0 35 270 20 102
Binary 10011011 10110100 10110110 1111 1 0 11101 10111000 10000 1000010

Color Harmonies of #9BB4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB4B6

Black with #9BB4B6

Text Example


Text Example

White with #9BB4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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