Html Css Color HEX #96BAC7 Botticelli

📋 copy color: '#96BAC7'

red 150 ◦ green 186 ◦ blue 199

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

Shades of Botticelli #96BAC7

Tints of Botticelli #96BAC7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

 BLUE value IS 199 (78.13% from 255) = 37.2%

R = 28.04%
G = 34.77%
B = 37.2%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#96BAC7 (or 0x96BAC7) is known color: Botticelli. HEX triplet: 96, BA and C7. RGB value is (150,186,199). Sum of RGB (Red+Green+Blue) = 150+186+199=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 199 - color contains mainly: blue. Hex color #96BAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAC7 is #694538. Grayscale: #B0B0B0. Windows color (decimal): -6899001 or 13089430. OLE color: 13089430.

HSL color Cylindrical-coordinate representation of color #96BAC7: hue angle of 195.92º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BAC7 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 186 199 -
CMYK 0.25 0.07 0 0.22
HSL 195.92º 0.3% 0.68% -
HSV(B) 195.92º 0.25% 0.78% -
XYZ 40.45 45.73 60.73 -
YUV 176.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 150 186 199 0.25 0.07 0 0.22 195.92 0.3 0.68
Hex 96 BA C7 19 7 0 16 C4 1E 44
Octal 226 272 307 31 7 0 26 304 36 104
Binary 10010110 10111010 11000111 11001 111 0 10110 11000100 11110 1000100

Color Harmonies of #96BAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAC7

Black with #96BAC7

Text Example


Text Example

White with #96BAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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