Html Css Color HEX #96ADB3 Botticelli

📋 copy color: '#96ADB3'

red 150 ◦ green 173 ◦ blue 179

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

Shades of Botticelli #96ADB3

Tints of Botticelli #96ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.66%

R = 29.88%
G = 34.46%
B = 35.66%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#96ADB3 (or 0x96ADB3) is known color: Botticelli. HEX triplet: 96, AD and B3. RGB value is (150,173,179). Sum of RGB (Red+Green+Blue) = 150+173+179=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #96ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADB3 is #69524C. Grayscale: #A6A6A6. Windows color (decimal): -6902349 or 11775382. OLE color: 11775382.

HSL color Cylindrical-coordinate representation of color #96ADB3: hue angle of 192.41º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96ADB3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 173 179 -
CMYK 0.16 0.03 0 0.30
HSL 192.41º 0.16% 0.65% -
HSV(B) 192.41º 0.16% 0.7% -
XYZ 35.66 39.63 48.42 -
YUV 166.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 150 173 179 0.16 0.03 0 0.30 192.41 0.16 0.65
Hex 96 AD B3 10 3 0 1E C0 10 41
Octal 226 255 263 20 3 0 36 300 20 101
Binary 10010110 10101101 10110011 10000 11 0 11110 11000000 10000 1000001

Color Harmonies of #96ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADB3

Black with #96ADB3

Text Example


Text Example

White with #96ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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