#96BFC3

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

Shades of Morning Glory #96BFC3

Tints of Morning Glory #96BFC3

Color information

#96BFC3 (or 0x96BFC3) is unknown color: approx Morning Glory. HEX triplet: 96, BF and C3. RGB value is (150,191,195). Sum of RGB (Red+Green+Blue) = 150+191+195=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 195 - color contains mainly: blue. Hex color #96BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFC3 is #69403C. Grayscale: #B3B3B3. Windows color (decimal): -6897725 or 12828566. OLE color: 12828566.

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

Color convert

RGB150191195-
CMYK0.230.0200.24
HSL185.33º27.27%67.65%-
HSV(B)185.33º23.08%76.47%-
XYZ41.0647.6958.67-
YUV179.2136.92107.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.99%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 195 (76.56% from 255) = 36.38%
R=27.99%
G=35.63%
B=36.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501911950.230.0200.24185.3327.2767.65
Hex96BFC3172018b91b44
Octal22627730327203027133104
Binary100101101011111111000011101111001100010111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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