Html Css Color HEX #96B8B9 Botticelli

📋 copy color: '#96B8B9'

red 150 ◦ green 184 ◦ blue 185

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

Shades of Botticelli #96B8B9

Tints of Botticelli #96B8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 28.9%
G = 35.45%
B = 35.65%

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

#96B8B9 (or 0x96B8B9) is known color: Botticelli. HEX triplet: 96, B8 and B9. RGB value is (150,184,185). Sum of RGB (Red+Green+Blue) = 150+184+185=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #96B8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8B9 is #694746. Grayscale: #ADADAD. Windows color (decimal): -6899527 or 12171414. OLE color: 12171414.

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

Color convert

RGB 150 184 185 -
CMYK 0.19 0.01 0 0.27
HSL 181.71º 0.2% 0.66% -
HSV(B) 181.71º 0.19% 0.73% -
XYZ 38.48 44.27 52.42 -
YUV 173.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 150 184 185 0.19 0.01 0 0.27 181.71 0.2 0.66
Hex 96 B8 B9 13 1 0 1B B6 14 42
Octal 226 270 271 23 1 0 33 266 24 102
Binary 10010110 10111000 10111001 10011 1 0 11011 10110110 10100 1000010

Color Harmonies of #96B8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8B9

Black with #96B8B9

Text Example


Text Example

White with #96B8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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