#96B7C3

Color #96B7C3 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #96B7C3

Tints of Botticelli #96B7C3

Color information

#96B7C3 (or 0x96B7C3) is unknown color: approx Botticelli. HEX triplet: 96, B7 and C3. RGB value is (150,183,195). Sum of RGB (Red+Green+Blue) = 150+183+195=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #96B7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7C3 is #69483C. Grayscale: #AEAEAE. Windows color (decimal): -6899773 or 12826518. OLE color: 12826518.

HSL color Cylindrical-coordinate representation of color #96B7C3: hue angle of 196º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B7C3 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150183195-
CMYK0.230.0600.24
HSL196º27.27%67.65%-
HSV(B)196º23.08%76.47%-
XYZ39.3644.2958.1-
YUV174.5139.57110.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=28.41%
G=34.66%
B=36.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501831950.230.0600.2419627.2767.65
Hex96B7C3176018c41b44
Octal22626730327603030433104
Binary1001011010110111110000111011111001100011000100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,183,195); }

 H1.HeaderClassName
 {
   color: #96B7C3;
 }
 .AnyTagClassName
 {
   color: #96B7C3;
 }
</style>
background-color css

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

 a { background-color: rgb(150,183,195); }

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

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

 span { border-color: rgb(150,183,195); }

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