Html Css Color HEX #96B6BA Botticelli

📋 copy color: '#96B6BA'

red 150 ◦ green 182 ◦ blue 186

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

Shades of Botticelli #96B6BA

Tints of Botticelli #96B6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 28.96%
G = 35.14%
B = 35.91%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96B6BA (or 0x96B6BA) is known color: Botticelli. HEX triplet: 96, B6 and BA. RGB value is (150,182,186). Sum of RGB (Red+Green+Blue) = 150+182+186=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6BA is #694945. Grayscale: #ACACAC. Windows color (decimal): -6900038 or 12236438. OLE color: 12236438.

HSL color Cylindrical-coordinate representation of color #96B6BA: hue angle of 186.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B6BA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 182 186 -
CMYK 0.19 0.02 0 0.27
HSL 186.67º 0.21% 0.66% -
HSV(B) 186.67º 0.19% 0.73% -
XYZ 38.17 43.49 52.84 -
YUV 172.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 150 182 186 0.19 0.02 0 0.27 186.67 0.21 0.66
Hex 96 B6 BA 13 2 0 1B BB 15 42
Octal 226 266 272 23 2 0 33 273 25 102
Binary 10010110 10110110 10111010 10011 10 0 11011 10111011 10101 1000010

Color Harmonies of #96B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B6BA

Black with #96B6BA

Text Example


Text Example

White with #96B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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