Html Css Color HEX #96BCBD Botticelli

📋 copy color: '#96BCBD'

red 150 ◦ green 188 ◦ blue 189

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

Shades of Botticelli #96BCBD

Tints of Botticelli #96BCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 28.46%
G = 35.67%
B = 35.86%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96BCBD (or 0x96BCBD) is known color: Botticelli. HEX triplet: 96, BC and BD. RGB value is (150,188,189). Sum of RGB (Red+Green+Blue) = 150+188+189=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #96BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCBD is #694342. Grayscale: #B0B0B0. Windows color (decimal): -6898499 or 12434582. OLE color: 12434582.

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

Color convert

RGB 150 188 189 -
CMYK 0.21 0.01 0 0.26
HSL 181.54º 0.23% 0.66% -
HSV(B) 181.54º 0.21% 0.74% -
XYZ 39.75 46.12 54.95 -
YUV 176.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 150 188 189 0.21 0.01 0 0.26 181.54 0.23 0.66
Hex 96 BC BD 15 1 0 1A B6 17 42
Octal 226 274 275 25 1 0 32 266 27 102
Binary 10010110 10111100 10111101 10101 1 0 11010 10110110 10111 1000010

Color Harmonies of #96BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCBD

Black with #96BCBD

Text Example


Text Example

White with #96BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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