Html Css Color HEX #96B7BC Botticelli

📋 copy color: '#96B7BC'

red 150 ◦ green 183 ◦ blue 188

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

Shades of Botticelli #96B7BC

Tints of Botticelli #96B7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 28.79%
G = 35.12%
B = 36.08%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96B7BC (or 0x96B7BC) is known color: Botticelli. HEX triplet: 96, B7 and BC. RGB value is (150,183,188). Sum of RGB (Red+Green+Blue) = 150+183+188=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #96B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7BC is #694843. Grayscale: #ADADAD. Windows color (decimal): -6899780 or 12367766. OLE color: 12367766.

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

Color convert

RGB 150 183 188 -
CMYK 0.20 0.03 0 0.26
HSL 187.89º 0.22% 0.66% -
HSV(B) 187.89º 0.2% 0.74% -
XYZ 38.59 43.98 54.03 -
YUV 173.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 150 183 188 0.20 0.03 0 0.26 187.89 0.22 0.66
Hex 96 B7 BC 14 3 0 1A BC 16 42
Octal 226 267 274 24 3 0 32 274 26 102
Binary 10010110 10110111 10111100 10100 11 0 11010 10111100 10110 1000010

Color Harmonies of #96B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7BC

Black with #96B7BC

Text Example


Text Example

White with #96B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,188); }

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

background-color css

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

 a { background-color: rgb(150,183,188); }

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

border-color css

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

 span { border-color: rgb(150,183,188); }

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