Html Css Color HEX #96B5BA Botticelli

📋 copy color: '#96B5BA'

red 150 ◦ green 181 ◦ blue 186

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

Shades of Botticelli #96B5BA

Tints of Botticelli #96B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.01%

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

R = 29.01%
G = 35.01%
B = 35.98%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96B5BA (or 0x96B5BA) is known color: Botticelli. HEX triplet: 96, B5 and BA. RGB value is (150,181,186). Sum of RGB (Red+Green+Blue) = 150+181+186=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5BA is #694A45. Grayscale: #ACACAC. Windows color (decimal): -6900294 or 12236182. OLE color: 12236182.

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

Color convert

RGB 150 181 186 -
CMYK 0.19 0.03 0 0.27
HSL 188.33º 0.21% 0.66% -
HSV(B) 188.33º 0.19% 0.73% -
XYZ 37.96 43.08 52.77 -
YUV 172.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 150 181 186 0.19 0.03 0 0.27 188.33 0.21 0.66
Hex 96 B5 BA 13 3 0 1B BC 15 42
Octal 226 265 272 23 3 0 33 274 25 102
Binary 10010110 10110101 10111010 10011 11 0 11011 10111100 10101 1000010

Color Harmonies of #96B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B5BA

Black with #96B5BA

Text Example


Text Example

White with #96B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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