Html Css Color HEX #96BAC1 Botticelli

📋 copy color: '#96BAC1'

red 150 ◦ green 186 ◦ blue 193

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

Shades of Botticelli #96BAC1

Tints of Botticelli #96BAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 28.36%
G = 35.16%
B = 36.48%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96BAC1 (or 0x96BAC1) is known color: Botticelli. HEX triplet: 96, BA and C1. RGB value is (150,186,193). Sum of RGB (Red+Green+Blue) = 150+186+193=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #96BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAC1 is #69453E. Grayscale: #AFAFAF. Windows color (decimal): -6899007 or 12696214. OLE color: 12696214.

HSL color Cylindrical-coordinate representation of color #96BAC1: hue angle of 189.77º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BAC1 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 186 193 -
CMYK 0.22 0.04 0 0.24
HSL 189.77º 0.26% 0.67% -
HSV(B) 189.77º 0.22% 0.76% -
XYZ 39.76 45.45 57.13 -
YUV 176.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 150 186 193 0.22 0.04 0 0.24 189.77 0.26 0.67
Hex 96 BA C1 16 4 0 18 BE 1A 43
Octal 226 272 301 26 4 0 30 276 32 103
Binary 10010110 10111010 11000001 10110 100 0 11000 10111110 11010 1000011

Color Harmonies of #96BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAC1

Black with #96BAC1

Text Example


Text Example

White with #96BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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