Html Css Color HEX #96ADB0 Botticelli

📋 copy color: '#96ADB0'

red 150 ◦ green 173 ◦ blue 176

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

Shades of Botticelli #96ADB0

Tints of Botticelli #96ADB0

RGB

 RED value IS 150 (58.98% from 255) = 30.06%

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

 BLUE value IS 176 (69.14% from 255) = 35.27%

R = 30.06%
G = 34.67%
B = 35.27%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#96ADB0 (or 0x96ADB0) is known color: Botticelli. HEX triplet: 96, AD and B0. RGB value is (150,173,176). Sum of RGB (Red+Green+Blue) = 150+173+176=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 176 - color contains mainly: blue. Hex color #96ADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADB0 is #69524F. Grayscale: #A6A6A6. Windows color (decimal): -6902352 or 11578774. OLE color: 11578774.

HSL color Cylindrical-coordinate representation of color #96ADB0: hue angle of 186.92º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96ADB0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 173 176 -
CMYK 0.15 0.02 0 0.31
HSL 186.92º 0.14% 0.64% -
HSV(B) 186.92º 0.15% 0.69% -
XYZ 35.36 39.51 46.84 -
YUV 166.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 150 173 176 0.15 0.02 0 0.31 186.92 0.14 0.64
Hex 96 AD B0 F 2 0 1F BB E 40
Octal 226 255 260 17 2 0 37 273 16 100
Binary 10010110 10101101 10110000 1111 10 0 11111 10111011 1110 1000000

Color Harmonies of #96ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADB0

Black with #96ADB0

Text Example


Text Example

White with #96ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96ADB0; }

 p { color: rgb(150,173,176); }

 H1.HeaderClassName
 {
   color: #96ADB0;
 }
 .AnyTagClassName
 {
   color: #96ADB0;
 }
</style>

background-color css

<style>
 a { background-color: #96ADB0; }

 a { background-color: rgb(150,173,176); }

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

border-color css

<style>
 span { border-color: #96ADB0; }

 span { border-color: rgb(150,173,176); }

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