Html Css Color HEX #9AB3BD Botticelli

📋 copy color: '#9AB3BD'

red 154 ◦ green 179 ◦ blue 189

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

Shades of Botticelli #9AB3BD

Tints of Botticelli #9AB3BD

RGB

 RED value IS 154 (60.55% from 255) = 29.5%

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

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 29.5%
G = 34.29%
B = 36.21%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9AB3BD (or 0x9AB3BD) is known color: Botticelli. HEX triplet: 9A, B3 and BD. RGB value is (154,179,189). Sum of RGB (Red+Green+Blue) = 154+179+189=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #9AB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3BD is #654C42. Grayscale: #ACACAC. Windows color (decimal): -6638659 or 12432282. OLE color: 12432282.

HSL color Cylindrical-coordinate representation of color #9AB3BD: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB3BD is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 179 189 -
CMYK 0.19 0.05 0 0.26
HSL 197.14º 0.21% 0.67% -
HSV(B) 197.14º 0.19% 0.74% -
XYZ 38.63 42.78 54.37 -
YUV 172.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 154 179 189 0.19 0.05 0 0.26 197.14 0.21 0.67
Hex 9A B3 BD 13 5 0 1A C5 15 43
Octal 232 263 275 23 5 0 32 305 25 103
Binary 10011010 10110011 10111101 10011 101 0 11010 11000101 10101 1000011

Color Harmonies of #9AB3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB3BD

Black with #9AB3BD

Text Example


Text Example

White with #9AB3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,179,189); }

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

background-color css

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

 a { background-color: rgb(154,179,189); }

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

border-color css

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

 span { border-color: rgb(154,179,189); }

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