Html Css Color HEX #96B5C1 Botticelli

📋 copy color: '#96B5C1'

red 150 ◦ green 181 ◦ blue 193

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

Shades of Botticelli #96B5C1

Tints of Botticelli #96B5C1

RGB

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

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

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

R = 28.63%
G = 34.54%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96B5C1 (or 0x96B5C1) is known color: Botticelli. HEX triplet: 96, B5 and C1. RGB value is (150,181,193). Sum of RGB (Red+Green+Blue) = 150+181+193=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #96B5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5C1 is #694A3E. Grayscale: #ADADAD. Windows color (decimal): -6900287 or 12694934. OLE color: 12694934.

HSL color Cylindrical-coordinate representation of color #96B5C1: hue angle of 196.74º 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 #96B5C1 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 181 193 -
CMYK 0.22 0.06 0 0.24
HSL 196.74º 0.26% 0.67% -
HSV(B) 196.74º 0.22% 0.76% -
XYZ 38.73 43.38 56.78 -
YUV 173.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 150 181 193 0.22 0.06 0 0.24 196.74 0.26 0.67
Hex 96 B5 C1 16 6 0 18 C5 1A 43
Octal 226 265 301 26 6 0 30 305 32 103
Binary 10010110 10110101 11000001 10110 110 0 11000 11000101 11010 1000011

Color Harmonies of #96B5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B5C1

Black with #96B5C1

Text Example


Text Example

White with #96B5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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