Html Css Color HEX #96B3BD Botticelli

📋 copy color: '#96B3BD'

red 150 ◦ green 179 ◦ blue 189

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

Shades of Botticelli #96B3BD

Tints of Botticelli #96B3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 28.96%
G = 34.56%
B = 36.49%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96B3BD (or 0x96B3BD) is known color: Botticelli. HEX triplet: 96, B3 and BD. RGB value is (150,179,189). Sum of RGB (Red+Green+Blue) = 150+179+189=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #96B3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3BD is #694C42. Grayscale: #ABABAB. Windows color (decimal): -6900803 or 12432278. OLE color: 12432278.

HSL color Cylindrical-coordinate representation of color #96B3BD: hue angle of 195.38º 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 #96B3BD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 179 189 -
CMYK 0.21 0.05 0 0.26
HSL 195.38º 0.23% 0.66% -
HSV(B) 195.38º 0.21% 0.74% -
XYZ 37.88 42.4 54.33 -
YUV 171.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 150 179 189 0.21 0.05 0 0.26 195.38 0.23 0.66
Hex 96 B3 BD 15 5 0 1A C3 17 42
Octal 226 263 275 25 5 0 32 303 27 102
Binary 10010110 10110011 10111101 10101 101 0 11010 11000011 10111 1000010

Color Harmonies of #96B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B3BD

Black with #96B3BD

Text Example


Text Example

White with #96B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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