Html Css Color HEX #96AFB6 Botticelli

📋 copy color: '#96AFB6'

red 150 ◦ green 175 ◦ blue 182

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

Shades of Botticelli #96AFB6

Tints of Botticelli #96AFB6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

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

R = 29.59%
G = 34.52%
B = 35.9%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#96AFB6 (or 0x96AFB6) is known color: Botticelli. HEX triplet: 96, AF and B6. RGB value is (150,175,182). Sum of RGB (Red+Green+Blue) = 150+175+182=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #96AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFB6 is #695049. Grayscale: #A8A8A8. Windows color (decimal): -6901834 or 11972502. OLE color: 11972502.

HSL color Cylindrical-coordinate representation of color #96AFB6: hue angle of 193.12º 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 #96AFB6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 175 182 -
CMYK 0.18 0.04 0 0.29
HSL 193.13º 0.18% 0.65% -
HSV(B) 193.13º 0.18% 0.71% -
XYZ 36.35 40.52 50.16 -
YUV 168.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 150 175 182 0.18 0.04 0 0.29 193.13 0.18 0.65
Hex 96 AF B6 12 4 0 1D C1 12 41
Octal 226 257 266 22 4 0 35 301 22 101
Binary 10010110 10101111 10110110 10010 100 0 11101 11000001 10010 1000001

Color Harmonies of #96AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFB6

Black with #96AFB6

Text Example


Text Example

White with #96AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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