Html Css Color HEX #96B8BD Botticelli

📋 copy color: '#96B8BD'

red 150 ◦ green 184 ◦ blue 189

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

Shades of Botticelli #96B8BD

Tints of Botticelli #96B8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 28.68%
G = 35.18%
B = 36.14%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96B8BD (or 0x96B8BD) is known color: Botticelli. HEX triplet: 96, B8 and BD. RGB value is (150,184,189). Sum of RGB (Red+Green+Blue) = 150+184+189=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #96B8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8BD is #694742. Grayscale: #AEAEAE. Windows color (decimal): -6899523 or 12433558. OLE color: 12433558.

HSL color Cylindrical-coordinate representation of color #96B8BD: hue angle of 187.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B8BD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 184 189 -
CMYK 0.21 0.03 0 0.26
HSL 187.69º 0.23% 0.66% -
HSV(B) 187.69º 0.21% 0.74% -
XYZ 38.9 44.44 54.67 -
YUV 174.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 150 184 189 0.21 0.03 0 0.26 187.69 0.23 0.66
Hex 96 B8 BD 15 3 0 1A BC 17 42
Octal 226 270 275 25 3 0 32 274 27 102
Binary 10010110 10111000 10111101 10101 11 0 11010 10111100 10111 1000010

Color Harmonies of #96B8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8BD

Black with #96B8BD

Text Example


Text Example

White with #96B8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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