Html Css Color HEX #96ADB6 Botticelli

📋 copy color: '#96ADB6'

red 150 ◦ green 173 ◦ blue 182

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

Shades of Botticelli #96ADB6

Tints of Botticelli #96ADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 29.7%
G = 34.26%
B = 36.04%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#96ADB6 (or 0x96ADB6) is known color: Botticelli. HEX triplet: 96, AD and B6. RGB value is (150,173,182). Sum of RGB (Red+Green+Blue) = 150+173+182=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 182 - color contains mainly: blue. Hex color #96ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADB6 is #695249. Grayscale: #A7A7A7. Windows color (decimal): -6902346 or 11971990. OLE color: 11971990.

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

Color convert

RGB 150 173 182 -
CMYK 0.18 0.05 0 0.29
HSL 196.88º 0.18% 0.65% -
HSV(B) 196.88º 0.18% 0.71% -
XYZ 35.96 39.75 50.03 -
YUV 167.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 150 173 182 0.18 0.05 0 0.29 196.88 0.18 0.65
Hex 96 AD B6 12 5 0 1D C5 12 41
Octal 226 255 266 22 5 0 35 305 22 101
Binary 10010110 10101101 10110110 10010 101 0 11101 11000101 10010 1000001

Color Harmonies of #96ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADB6

Black with #96ADB6

Text Example


Text Example

White with #96ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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