Html Css Color HEX #9AB7BE Botticelli

📋 copy color: '#9AB7BE'

red 154 ◦ green 183 ◦ blue 190

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

Shades of Botticelli #9AB7BE

Tints of Botticelli #9AB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.72%

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 29.22%
G = 34.72%
B = 36.05%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9AB7BE (or 0x9AB7BE) is known color: Botticelli. HEX triplet: 9A, B7 and BE. RGB value is (154,183,190). Sum of RGB (Red+Green+Blue) = 154+183+190=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB7BE is #654841. Grayscale: #AFAFAF. Windows color (decimal): -6637634 or 12498842. OLE color: 12498842.

HSL color Cylindrical-coordinate representation of color #9AB7BE: hue angle of 191.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB7BE is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 183 190 -
CMYK 0.19 0.04 0 0.25
HSL 191.67º 0.22% 0.67% -
HSV(B) 191.67º 0.19% 0.75% -
XYZ 39.55 44.45 55.21 -
YUV 175.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 154 183 190 0.19 0.04 0 0.25 191.67 0.22 0.67
Hex 9A B7 BE 13 4 0 19 C0 16 43
Octal 232 267 276 23 4 0 31 300 26 103
Binary 10011010 10110111 10111110 10011 100 0 11001 11000000 10110 1000011

Color Harmonies of #9AB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB7BE

Black with #9AB7BE

Text Example


Text Example

White with #9AB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,183,190); }

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

background-color css

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

 a { background-color: rgb(154,183,190); }

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

border-color css

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

 span { border-color: rgb(154,183,190); }

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