Html Css Color HEX #96BAC0 Botticelli

📋 copy color: '#96BAC0'

red 150 ◦ green 186 ◦ blue 192

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

Shades of Botticelli #96BAC0

Tints of Botticelli #96BAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 28.41%
G = 35.23%
B = 36.36%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96BAC0 (or 0x96BAC0) is known color: Botticelli. HEX triplet: 96, BA and C0. RGB value is (150,186,192). Sum of RGB (Red+Green+Blue) = 150+186+192=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #96BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAC0 is #69453F. Grayscale: #AFAFAF. Windows color (decimal): -6899008 or 12630678. OLE color: 12630678.

HSL color Cylindrical-coordinate representation of color #96BAC0: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BAC0 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 186 192 -
CMYK 0.22 0.03 0 0.25
HSL 188.57º 0.25% 0.67% -
HSV(B) 188.57º 0.22% 0.75% -
XYZ 39.65 45.41 56.54 -
YUV 175.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 150 186 192 0.22 0.03 0 0.25 188.57 0.25 0.67
Hex 96 BA C0 16 3 0 19 BD 19 43
Octal 226 272 300 26 3 0 31 275 31 103
Binary 10010110 10111010 11000000 10110 11 0 11001 10111101 11001 1000011

Color Harmonies of #96BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAC0

Black with #96BAC0

Text Example


Text Example

White with #96BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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