Html Css Color HEX #96ACB5 Botticelli

📋 copy color: '#96ACB5'

red 150 ◦ green 172 ◦ blue 181

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

Shades of Botticelli #96ACB5

Tints of Botticelli #96ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 29.82%
G = 34.19%
B = 35.98%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#96ACB5 (or 0x96ACB5) is known color: Botticelli. HEX triplet: 96, AC and B5. RGB value is (150,172,181). Sum of RGB (Red+Green+Blue) = 150+172+181=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #96ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACB5 is #69534A. Grayscale: #A6A6A6. Windows color (decimal): -6902603 or 11906198. OLE color: 11906198.

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

Color convert

RGB 150 172 181 -
CMYK 0.17 0.05 0 0.29
HSL 197.42º 0.17% 0.65% -
HSV(B) 197.42º 0.17% 0.71% -
XYZ 35.67 39.33 49.43 -
YUV 166.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 150 172 181 0.17 0.05 0 0.29 197.42 0.17 0.65
Hex 96 AC B5 11 5 0 1D C5 11 41
Octal 226 254 265 21 5 0 35 305 21 101
Binary 10010110 10101100 10110101 10001 101 0 11101 11000101 10001 1000001

Color Harmonies of #96ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACB5

Black with #96ACB5

Text Example


Text Example

White with #96ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,181); }

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

background-color css

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

 a { background-color: rgb(150,172,181); }

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

border-color css

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

 span { border-color: rgb(150,172,181); }

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