Html Css Color HEX #9BADAF Botticelli

📋 copy color: '#9BADAF'

red 155 ◦ green 173 ◦ blue 175

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

Shades of Botticelli #9BADAF

Tints of Botticelli #9BADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 30.82%
G = 34.39%
B = 34.79%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9BADAF (or 0x9BADAF) is known color: Botticelli. HEX triplet: 9B, AD and AF. RGB value is (155,173,175). Sum of RGB (Red+Green+Blue) = 155+173+175=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BADAF is #645250. Grayscale: #A7A7A7. Windows color (decimal): -6574673 or 11513243. OLE color: 11513243.

HSL color Cylindrical-coordinate representation of color #9BADAF: hue angle of 186º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BADAF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 173 175 -
CMYK 0.11 0.01 0 0.31
HSL 186º 0.11% 0.65% -
HSV(B) 186º 0.11% 0.69% -
XYZ 36.2 39.95 46.36 -
YUV 167.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 155 173 175 0.11 0.01 0 0.31 186 0.11 0.65
Hex 9B AD AF B 1 0 1F BA B 41
Octal 233 255 257 13 1 0 37 272 13 101
Binary 10011011 10101101 10101111 1011 1 0 11111 10111010 1011 1000001

Color Harmonies of #9BADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BADAF

Black with #9BADAF

Text Example


Text Example

White with #9BADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,175); }

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

background-color css

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

 a { background-color: rgb(155,173,175); }

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

border-color css

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

 span { border-color: rgb(155,173,175); }

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