Html Css Color HEX #96ADB4 Botticelli

📋 copy color: '#96ADB4'

red 150 ◦ green 173 ◦ blue 180

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

Shades of Botticelli #96ADB4

Tints of Botticelli #96ADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.79%

R = 29.82%
G = 34.39%
B = 35.79%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#96ADB4 (or 0x96ADB4) is known color: Botticelli. HEX triplet: 96, AD and B4. RGB value is (150,173,180). Sum of RGB (Red+Green+Blue) = 150+173+180=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #96ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADB4 is #69524B. Grayscale: #A6A6A6. Windows color (decimal): -6902348 or 11840918. OLE color: 11840918.

HSL color Cylindrical-coordinate representation of color #96ADB4: hue angle of 194º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96ADB4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 173 180 -
CMYK 0.17 0.04 0 0.29
HSL 194º 0.17% 0.65% -
HSV(B) 194º 0.17% 0.71% -
XYZ 35.76 39.67 48.95 -
YUV 166.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 150 173 180 0.17 0.04 0 0.29 194 0.17 0.65
Hex 96 AD B4 11 4 0 1D C2 11 41
Octal 226 255 264 21 4 0 35 302 21 101
Binary 10010110 10101101 10110100 10001 100 0 11101 11000010 10001 1000001

Color Harmonies of #96ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADB4

Black with #96ADB4

Text Example


Text Example

White with #96ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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