Html Css Color HEX #96ACB3 Botticelli

📋 copy color: '#96ACB3'

red 150 ◦ green 172 ◦ blue 179

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

Shades of Botticelli #96ACB3

Tints of Botticelli #96ACB3

RGB

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

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

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

R = 29.94%
G = 34.33%
B = 35.73%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#96ACB3 (or 0x96ACB3) is known color: Botticelli. HEX triplet: 96, AC and B3. RGB value is (150,172,179). Sum of RGB (Red+Green+Blue) = 150+172+179=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #96ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACB3 is #69534C. Grayscale: #A6A6A6. Windows color (decimal): -6902605 or 11775126. OLE color: 11775126.

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

Color convert

RGB 150 172 179 -
CMYK 0.16 0.04 0 0.30
HSL 194.48º 0.16% 0.65% -
HSV(B) 194.48º 0.16% 0.7% -
XYZ 35.47 39.24 48.35 -
YUV 166.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 150 172 179 0.16 0.04 0 0.30 194.48 0.16 0.65
Hex 96 AC B3 10 4 0 1E C2 10 41
Octal 226 254 263 20 4 0 36 302 20 101
Binary 10010110 10101100 10110011 10000 100 0 11110 11000010 10000 1000001

Color Harmonies of #96ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACB3

Black with #96ACB3

Text Example


Text Example

White with #96ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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