Html Css Color HEX #96B8BA Botticelli

📋 copy color: '#96B8BA'

red 150 ◦ green 184 ◦ blue 186

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

Shades of Botticelli #96B8BA

Tints of Botticelli #96B8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.38%

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

R = 28.85%
G = 35.38%
B = 35.77%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96B8BA (or 0x96B8BA) is known color: Botticelli. HEX triplet: 96, B8 and BA. RGB value is (150,184,186). Sum of RGB (Red+Green+Blue) = 150+184+186=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8BA is #694745. Grayscale: #AEAEAE. Windows color (decimal): -6899526 or 12236950. OLE color: 12236950.

HSL color Cylindrical-coordinate representation of color #96B8BA: hue angle of 183.33º 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 #96B8BA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 184 186 -
CMYK 0.19 0.01 0 0.27
HSL 183.33º 0.21% 0.66% -
HSV(B) 183.33º 0.19% 0.73% -
XYZ 38.58 44.31 52.97 -
YUV 174.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 150 184 186 0.19 0.01 0 0.27 183.33 0.21 0.66
Hex 96 B8 BA 13 1 0 1B B7 15 42
Octal 226 270 272 23 1 0 33 267 25 102
Binary 10010110 10111000 10111010 10011 1 0 11011 10110111 10101 1000010

Color Harmonies of #96B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8BA

Black with #96B8BA

Text Example


Text Example

White with #96B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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